| Modifier and Type | Interface and Description |
|---|---|
interface |
InvertibleMultiMap<K,V>
An
InvertibleMultiMap is an extension of the
MultiMap interface to allow users to do reverse lookups on
the mappings maintained. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericInvertibleMap<K,V>
GenericInvertibleMap is a default implementation of
InvertibleMap. |
class |
GenericInvertibleMultiMap<K,V>
GenericInvertibleMultiMap is a default implementation of
InvertibleMultiMap. |
Copyright (c) 2006 C. Scott Ananian