public abstract class Abstract128BitSet extends Object implements Iterable<Integer>
| Constructor and Description |
|---|
Abstract128BitSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Abstract128BitSet other) |
String |
dumpRaw() |
boolean |
equals(Object obj) |
boolean |
get(int b) |
abstract long |
getHi() |
abstract long |
getLo() |
int |
getMax()
Returns the maximum value currently contained in this set.
|
int |
getMin()
Returns the minimum value currently contained in this set.
|
int |
getMinInverse()
Returns the minimum value contained in the inverse of this set.
|
int |
hashCode()
Compatible with
BitSets.hashCode(long[]). |
boolean |
intersects(Abstract128BitSet other) |
boolean |
isDisjoint(Abstract128BitSet other) |
boolean |
isEmpty() |
boolean |
isFull() |
boolean |
isSingleRange() |
PrimitiveIterator.OfInt |
iterator() |
boolean |
matches2CharsWith1BitDifference() |
int |
numberOfRanges() |
Iterator<Range> |
rangesIterator() |
int |
size() |
Spliterator.OfInt |
spliterator() |
IntStream |
stream() |
String |
toString() |
public abstract long getLo()
public abstract long getHi()
public boolean isEmpty()
public boolean isFull()
public int size()
public boolean get(int b)
public boolean intersects(Abstract128BitSet other)
public boolean isDisjoint(Abstract128BitSet other)
public boolean contains(Abstract128BitSet other)
public int hashCode()
BitSets.hashCode(long[]).public boolean matches2CharsWith1BitDifference()
public boolean isSingleRange()
public int getMin()
public int getMax()
public int getMinInverse()
public PrimitiveIterator.OfInt iterator()
public int numberOfRanges()
public Spliterator.OfInt spliterator()
spliterator in interface Iterable<Integer>public IntStream stream()
public String dumpRaw()