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
int getMinimum()
getMaximum
int getMaximum()
getMedian
int getMedian()
getUniqueCount
int getUniqueCount()
isAllowDuplicates
boolean isAllowDuplicates()
size
int size()
isEmpty
boolean isEmpty()
comparator
java.util.Comparator comparator()
clear
void clear()
containsValue
boolean containsValue(int value)
valueIterator
IntIterator valueIterator(boolean ascending)
Copyright © 2007 Regents of the University of California