Uses of Package
omix.util.collections
Package | Description |
---|---|
omix.mathxp.util | |
omix.util.collections |
This package contains collections, sets and maps which can be used in OVL and plugin development.
|
-
Classes in omix.util.collections used by omix.mathxp.util Class Description StringMap This class is a tree map associating objects to a string alphabetically sorted. -
Classes in omix.util.collections used by omix.util.collections Class Description DoubleIndexedMap This class collects objects in association with two indexesi
andj
.DoubleMap This class is a tree map associating objects to a double value.FloatMap This class is a tree map associating objects to a float value.HashList IdentityComparator Compares two objects after identity hashcode.IntMap This class is a tree map associating objects to an int value.ObjectMap This class is a tree map associating objects to other objects sorted after identity hashcode.SortedTreeMap This class is a tree map associating objects to other objects sorted after identity hashcode.StringComparator Compares two strings.StringMap This class is a tree map associating objects to a string alphabetically sorted.WeakCollection WeakList WeakMap WeakSet WeakWeakMap