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