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 BooleanIntSortedMap
public boolean lastKey()
lastKey
in interface BooleanIntSortedMap
public boolean containsKey(boolean key)
containsKey
in interface BooleanIntSortedMap
public IntIterator valueRangeIterator(boolean fromKey, boolean fromInc, boolean toKey, boolean toInc)
valueRangeIterator
in interface BooleanIntSortedMap
public LiteralIterator keyIterator()
keyIterator
in interface BooleanIntSortedMap
public LiteralIterator keyRangeIterator(boolean fromKey, boolean fromInc, boolean toKey, boolean toInc)
keyRangeIterator
in interface BooleanIntSortedMap
public int get(boolean key)
get
in interface BooleanIntSortedMap
public int remove(boolean key)
remove
in interface BooleanIntSortedMap
public int remove(boolean key, int value)
remove
in interface BooleanIntSortedMap
public int put(boolean key, int value)
put
in interface BooleanIntSortedMap
public int getMinimum()
getMinimum
in interface IntSortedMap
public int getMaximum()
getMaximum
in interface IntSortedMap
public int getMedian()
getMedian
in interface IntSortedMap
public int getUniqueCount()
getUniqueCount
in interface IntSortedMap
public boolean isAllowDuplicates()
isAllowDuplicates
in interface IntSortedMap
public int size()
size
in interface IntSortedMap
public boolean isEmpty()
isEmpty
in interface IntSortedMap
public java.util.Comparator comparator()
comparator
in interface IntSortedMap
public void clear()
clear
in interface IntSortedMap
public boolean containsValue(int value)
containsValue
in interface IntSortedMap
public IntIterator valueIterator(boolean ascending)
valueIterator
in interface IntSortedMap
Copyright ? 2013 Regents of the University of California