Uses of Interface
inf.util.DoubleKeyMap

Uses of DoubleKeyMap in inf.util
 

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

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