prefuse.util.collections
Interface BooleanIntSortedMap
- All Superinterfaces:
- IntSortedMap
- All Known Implementing Classes:
- BooleanIntBitSetMap
public interface BooleanIntSortedMap
- extends IntSortedMap
Sorted map that maps from a boolean key to an int value.
- Author:
- jeffrey heer
Methods inherited from interface prefuse.util.collections.IntSortedMap |
clear, comparator, containsValue, getMaximum, getMedian, getMinimum, getUniqueCount, isAllowDuplicates, isEmpty, size, valueIterator |
firstKey
boolean firstKey()
lastKey
boolean lastKey()
containsKey
boolean containsKey(boolean key)
valueRangeIterator
IntIterator valueRangeIterator(boolean fromKey,
boolean fromInc,
boolean toKey,
boolean toInc)
keyIterator
LiteralIterator keyIterator()
keyRangeIterator
LiteralIterator keyRangeIterator(boolean fromKey,
boolean fromInc,
boolean toKey,
boolean toInc)
get
int get(boolean key)
remove
int remove(boolean key)
remove
int remove(boolean key,
int value)
put
int put(boolean key,
int value)
Copyright © 2007 Regents of the University of California