Package | Description |
---|---|
conexp.fx.core.algorithm.nextclosures | |
conexp.fx.core.collections | |
conexp.fx.core.collections.relation | |
conexp.fx.core.collections.setlist |
Modifier and Type | Method and Description |
---|---|
static NextClosuresState<Integer,Integer,BitSetFX> |
NextClosuresState.withBitSets(int max) |
Modifier and Type | Method and Description |
---|---|
BitSetFX |
BitSetFX.get(int fromIndex,
int toIndex)
Returns a new
BitSet composed of bits from this BitSet from fromIndex (inclusive) to
toIndex (exclusive). |
static BitSetFX |
Collections3.integers(int n) |
static BitSetFX |
BitSetFX.valueOf(byte[] bytes)
Returns a new bit set containing all the bits in the given byte array.
|
static BitSetFX |
BitSetFX.valueOf(ByteBuffer bb)
Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
|
static BitSetFX |
BitSetFX.valueOf(long[] longs)
Returns a new bit set containing all the bits in the given long array.
|
static BitSetFX |
BitSetFX.valueOf(LongBuffer lb)
Returns a new bit set containing all the bits in the given long buffer between its position and limit.
|
Modifier and Type | Method and Description |
---|---|
void |
BitSetFX.and(BitSetFX... sets) |
void |
BitSetFX.and(BitSetFX set)
Performs a logical AND of this target bit set with the argument bit set.
|
void |
BitSetFX.andNot(BitSetFX set)
Clears all of the bits in this
BitSet whose corresponding bit is set in the specified BitSet . |
boolean |
BitSetFX.geq(BitSetFX set) |
boolean |
BitSetFX.intersects(BitSetFX set)
Returns true if the specified
BitSet has any bits set to true that are also set to true in
this BitSet . |
void |
BitSetFX.or(BitSetFX set)
Performs a logical OR of this bit set with the bit set argument.
|
void |
BitSetFX.xor(BitSetFX set)
Performs a logical XOR of this bit set with the bit set argument.
|
Modifier and Type | Method and Description |
---|---|
void |
BitSetFX.and(Collection<BitSetFX> sets) |
Constructor and Description |
---|
BitSetFX(BitSetFX b) |
Modifier and Type | Method and Description |
---|---|
BitSetFX |
MatrixRelation._colAnd(Iterable<Integer> j) |
BitSetFX |
MatrixRelation._colAnd(Iterable<Integer> j,
Collection<Integer> i) |
BitSetFX |
MatrixRelation._rowAnd(Iterable<Integer> i) |
BitSetFX |
MatrixRelation._rowAnd(Iterable<Integer> i,
Collection<Integer> j) |
Modifier and Type | Method and Description |
---|---|
BitSetFX |
SetList.subBitSet(Collection<?> c) |
BitSetFX |
AbstractSetList.subBitSet(Collection<?> c) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.