Uses of Class
omix.util.collections.StringMap
Package | Description |
---|---|
omix.mathxp.util | |
omix.util.collections |
This package contains collections, sets and maps which can be used in OVL and plugin development.
|
-
Uses of StringMap in omix.mathxp.util
Methods in omix.mathxp.util with parameters of type StringMap Modifier and Type Method Description static void
ExpressionUtilities. setReferences(MathExpression expression, StringMap<ReferenceInterface> references)
-
Uses of StringMap in omix.util.collections
Constructors in omix.util.collections with parameters of type StringMap Constructor Description StringMap(StringMap<? extends T> map)
Copy constructor.