public class BooleanIntBitSetMap extends java.lang.Object implements BooleanIntSortedMap
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanIntBitSetMap.BitSetIterator |
| Constructor and Description |
|---|
BooleanIntBitSetMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Comparator |
comparator() |
boolean |
containsKey(boolean key) |
boolean |
containsValue(int value) |
boolean |
firstKey() |
int |
get(boolean key) |
int |
getMaximum() |
int |
getMedian() |
int |
getMinimum() |
int |
getUniqueCount() |
boolean |
isAllowDuplicates() |
boolean |
isEmpty() |
LiteralIterator |
keyIterator() |
LiteralIterator |
keyRangeIterator(boolean fromKey,
boolean fromInc,
boolean toKey,
boolean toInc) |
boolean |
lastKey() |
int |
put(boolean key,
int value) |
int |
remove(boolean key) |
int |
remove(boolean key,
int value) |
int |
size() |
IntIterator |
valueIterator(boolean ascending) |
IntIterator |
valueRangeIterator(boolean fromKey,
boolean fromInc,
boolean toKey,
boolean toInc) |
public boolean firstKey()
firstKey in interface BooleanIntSortedMappublic boolean lastKey()
lastKey in interface BooleanIntSortedMappublic boolean containsKey(boolean key)
containsKey in interface BooleanIntSortedMappublic IntIterator valueRangeIterator(boolean fromKey, boolean fromInc, boolean toKey, boolean toInc)
valueRangeIterator in interface BooleanIntSortedMappublic LiteralIterator keyIterator()
keyIterator in interface BooleanIntSortedMappublic LiteralIterator keyRangeIterator(boolean fromKey, boolean fromInc, boolean toKey, boolean toInc)
keyRangeIterator in interface BooleanIntSortedMappublic int get(boolean key)
get in interface BooleanIntSortedMappublic int remove(boolean key)
remove in interface BooleanIntSortedMappublic int remove(boolean key,
int value)
remove in interface BooleanIntSortedMappublic int put(boolean key,
int value)
put in interface BooleanIntSortedMappublic int getMinimum()
getMinimum in interface IntSortedMappublic int getMaximum()
getMaximum in interface IntSortedMappublic int getMedian()
getMedian in interface IntSortedMappublic int getUniqueCount()
getUniqueCount in interface IntSortedMappublic boolean isAllowDuplicates()
isAllowDuplicates in interface IntSortedMappublic int size()
size in interface IntSortedMappublic boolean isEmpty()
isEmpty in interface IntSortedMappublic java.util.Comparator comparator()
comparator in interface IntSortedMappublic void clear()
clear in interface IntSortedMappublic boolean containsValue(int value)
containsValue in interface IntSortedMappublic IntIterator valueIterator(boolean ascending)
valueIterator in interface IntSortedMap