Klasse ShortAtomicMappedIndex
java.lang.Object
org.teamapps.universaldb.index.buffer.index.ShortAtomicMappedIndex
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()voiddrop()filterBetween(short startValue, short endValue, BitSet bitSet) filterBetween(short startValue, short endValue, IntStream idStream) filterContains(Set<Short> valueSet, BitSet bitSet) filterContains(Set<Short> valueSet, IntStream idStream) filterContainsNot(Set<Short> valueSet, BitSet bitSet) filterContainsNot(Set<Short> valueSet, IntStream idStream) filterEquals(short value, BitSet bitSet) filterEquals(short value, IntStream idStream) filterGreater(short value, BitSet bitSet) filterGreater(short value, IntStream idStream) filterNotEquals(short value, BitSet bitSet) filterNotEquals(short value, IntStream idStream) filterSmaller(short value, BitSet bitSet) filterSmaller(short value, IntStream idStream) voidflush()intintshortgetValue(int id) booleanisEmpty(int id) voidsetValue(int id, short value)
-
Konstruktordetails
-
ShortAtomicMappedIndex
-
-
Methodendetails
-
getValue
public short getValue(int id) -
setValue
public void setValue(int id, short 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()
-