Module omix.api

Class IntMap<T>

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

public class IntMap<T>
extends TreeMap<Integer,​T>
This class is a tree map associating objects to an int value.
Author:
Dr. Peter Droste, Omix Visualization
See Also:
Serialized Form
  • Constructor Details

    • IntMap

      public IntMap​(IntMap<T> map)
      Copy constructor.
      Parameters:
      map -
    • IntMap

      public IntMap()
      Default constructor.