Klasse ByteAtomicMappedIndex
java.lang.Object
org.teamapps.universaldb.index.buffer.index.ByteAtomicMappedIndex
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()voiddrop()filterBetween(byte startValue, byte endValue, BitSet bitSet) filterBetween(byte startValue, byte endValue, IntStream idStream) filterContains(Set<Byte> valueSet, BitSet bitSet) filterContains(Set<Byte> valueSet, IntStream idStream) filterContainsNot(Set<Byte> valueSet, BitSet bitSet) filterContainsNot(Set<Byte> valueSet, IntStream idStream) filterEquals(byte value, BitSet bitSet) filterEquals(byte value, IntStream idStream) filterGreater(byte value, BitSet bitSet) filterGreater(byte value, IntStream idStream) filterNotEquals(byte value, BitSet bitSet) filterNotEquals(byte value, IntStream idStream) filterSmaller(byte value, BitSet bitSet) filterSmaller(byte value, IntStream idStream) voidflush()intintbytegetValue(int id) booleanisEmpty(int id) voidsetValue(int id, byte value)
-
Konstruktordetails
-
ByteAtomicMappedIndex
-
-
Methodendetails
-
getValue
public byte getValue(int id) -
setValue
public void setValue(int id, byte value) -
isEmpty
public boolean isEmpty(int id) -
getMaximumId
public int getMaximumId() -
getLastNonEmptyIndex
public int getLastNonEmptyIndex() -
getIndexStream
-
filterEquals
-
filterEquals
-
filterNotEquals
-
filterNotEquals
-
filterGreater
-
filterGreater
-
filterSmaller
-
filterSmaller
-
filterBetween
-
filterBetween
-
filterContains
-
filterContains
-
filterContainsNot
-
filterContainsNot
-
flush
public void flush() -
close
public void close() -
drop
public void drop()
-