Module omix.api

Package omix.util.collections

This package contains collections, sets and maps which can be used in OVL and plugin development.
  • Class Summary 
    Class Description
    Collections  
    DoubleIndexedMap<T>
    This class collects objects in association with two indexes i and j.
    DoubleMap<T>
    This class is a tree map associating objects to a double value.
    FloatMap<T>
    This class is a tree map associating objects to a float value.
    HashList<T>  
    IdentityComparator
    Compares two objects after identity hashcode.
    IntMap<T>
    This class is a tree map associating objects to an int value.
    ObjectMap<T>
    This class is a tree map associating objects to other objects sorted after identity hashcode.
    SortedTreeMap<A,​B>
    This class is a tree map associating objects to other objects sorted after identity hashcode.
    StringComparator
    Compares two strings.
    StringMap<T>
    This class is a tree map associating objects to a string alphabetically sorted.
    WeakCollection<E>  
    WeakList<E>  
    WeakMap<K,​V>  
    WeakSet<E>  
    WeakWeakMap<K,​V>