public interface IntSortedMap
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.Comparator |
comparator() |
boolean |
containsValue(int value) |
int |
getMaximum() |
int |
getMedian() |
int |
getMinimum() |
int |
getUniqueCount() |
boolean |
isAllowDuplicates() |
boolean |
isEmpty() |
int |
size() |
IntIterator |
valueIterator(boolean ascending) |
int getMinimum()
int getMaximum()
int getMedian()
int getUniqueCount()
boolean isAllowDuplicates()
int size()
boolean isEmpty()
java.util.Comparator comparator()
void clear()
boolean containsValue(int value)
IntIterator valueIterator(boolean ascending)
Copyright ? 2013 Regents of the University of California