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

Method Summary
 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)
           
 

Method Detail

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