Uses of Interface
inf.util.IntKeyMap

Uses of IntKeyMap in inf.util
 

Classes in inf.util that implement IntKeyMap
 class IntKeyTreeMap<E>
           This is a Red-Black-Tree-based implementation of a SortedMap, mapping ints (keys) to Objects (values).
 

Methods in inf.util with parameters of type IntKeyMap
 boolean IntKeyTreeMap.equals(IntKeyMap<E> imap)
           This function tests whether the this and the given IntKeyMap do map the same keys to equal values.