T - stored object typepublic class BitSet<T> extends Object implements Serializable
{@code| Constructor and Description |
|---|
BitSet() |
BitSet(Collection<T> items) |
BitSet(Long value) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T item) |
void |
addAll(Collection<T> items) |
boolean |
contains(T item) |
boolean |
equals(Object obj) |
List<Integer> |
getSetBits()
Список включенных битов
|
Long |
getValue() |
int |
hashCode() |
void |
setValue(Long value) |
protected Long value
public BitSet()
public BitSet(Long value)
public BitSet(Collection<T> items)
Copyright © 2020. All rights reserved.