Module omix.api

Class ObjectMap<T>

Type Parameters:
T - type of the collected objects
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,​T>, NavigableMap<Object,​T>, SortedMap<Object,​T>

public class ObjectMap<T>
extends SortedTreeMap<Object,​T>
This class is a tree map associating objects to other objects sorted after identity hashcode.
Author:
Dr. Peter Droste, Omix Visualization
See Also:
System.identityHashCode(Object), Serialized Form