Module omix.api

Class StringMap<T>

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.TreeMap<String,​T>
omix.util.collections.StringMap<T>
Type Parameters:
T - type of the collected objects
All Implemented Interfaces:
Serializable, Cloneable, Map<String,​T>, NavigableMap<String,​T>, SortedMap<String,​T>

public class StringMap<T>
extends TreeMap<String,​T>
This class is a tree map associating objects to a string alphabetically sorted.
Author:
Dr. Peter Droste, Omix Visualization
See Also:
Serialized Form