prefuse.util.collections
Interface IntSortedMap
- All Known Subinterfaces:
- BooleanIntSortedMap, DoubleIntSortedMap, FloatIntSortedMap, IntIntSortedMap, LongIntSortedMap, ObjectIntSortedMap
- All Known Implementing Classes:
- AbstractTreeMap, BooleanIntBitSetMap, DoubleIntTreeMap, FloatIntTreeMap, IntIntTreeMap, LongIntTreeMap, ObjectIntTreeMap
- public interface IntSortedMap
- Author:
- jeffrey heer
getMinimum
public int getMinimum()
getMaximum
public int getMaximum()
getMedian
public int getMedian()
getUniqueCount
public int getUniqueCount()
isAllowDuplicates
public boolean isAllowDuplicates()
size
public int size()
isEmpty
public boolean isEmpty()
comparator
public java.util.Comparator comparator()
clear
public void clear()
containsValue
public boolean containsValue(int value)
valueIterator
public IntIterator valueIterator(boolean ascending)
Copyright ? 2007 Regents of the University of California