infovis.utils
Class IntIntSortedMap

java.lang.Object
  extended by cern.colt.PersistentObject
      extended by cern.colt.map.AbstractMap
          extended by cern.colt.map.AbstractIntIntMap
              extended by infovis.utils.RBTree
                  extended by infovis.utils.IntIntSortedMap
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
IdManager

public class IntIntSortedMap
extends RBTree

Int Int Map

Version:
$Revision: 1.9 $
Author:
Jean-Daniel Fekete
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class infovis.utils.RBTree
RBTree.KeyIterator, RBTree.RBNode, RBTree.RBNodeIterator
 
Field Summary
 
Fields inherited from class infovis.utils.RBTree
BLACK, NIL, RED
 
Fields inherited from class cern.colt.PersistentObject
serialVersionUID
 
Constructor Summary
IntIntSortedMap()
           
IntIntSortedMap(IntComparator comparator)
           
IntIntSortedMap(IntIntSortedMap other)
           
 
Method Summary
 
Methods inherited from class infovis.utils.RBTree
clear, clone, compare, containsKey, firstKey, forEachKey, forEachPair, get, getComparator, isEmpty, isNull, keyIterator, keyIterator, lastKey, nodeIterator, put, remove, removeKey, size, valueIterator
 
Methods inherited from class cern.colt.map.AbstractIntIntMap
containsValue, copy, equals, keyOf, keys, keys, keysSortedByValue, pairsMatching, pairsSortedByKey, pairsSortedByValue, toString, toStringByValue, values, values
 
Methods inherited from class cern.colt.map.AbstractMap
ensureCapacity, trimToSize
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntIntSortedMap

public IntIntSortedMap(IntIntSortedMap other)

IntIntSortedMap

public IntIntSortedMap()

IntIntSortedMap

public IntIntSortedMap(IntComparator comparator)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.