| Class | Description |
|---|---|
| CompositeMap<K,V> |
This class is a composite Map implementation, so that when creating a
new map form another, this implementation does not copy the original,
but any access is delegated to the wrapped one.
|
| MapToCollection<K,V> |
Map each key to a collection of values
|
| MapToList<K,V> |
Map each key to a list of values
|
| MapToSet<Key,Value> |
Map each key to a set of values
|
Copyright © 2001–2018 MDA Tools. All rights reserved.