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