prefuse.util.collections
Interface DoubleIntSortedMap
- All Superinterfaces:
- IntSortedMap
- All Known Implementing Classes:
- DoubleIntTreeMap
public interface DoubleIntSortedMap
- extends IntSortedMap
Sorted map that maps from a double 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
double firstKey()
lastKey
double lastKey()
containsKey
boolean containsKey(double key)
valueRangeIterator
IntIterator valueRangeIterator(double fromKey,
boolean fromInc,
double toKey,
boolean toInc)
keyIterator
LiteralIterator keyIterator()
keyRangeIterator
LiteralIterator keyRangeIterator(double fromKey,
boolean fromInc,
double toKey,
boolean toInc)
get
int get(double key)
remove
int remove(double key)
remove
int remove(double key,
int value)
put
int put(double key,
int value)
Copyright © 2007 Regents of the University of California