Uses of Class
gnu.mapping.Values
Packages that use Values
Package
Description
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of Values in gnu.kawa.xml
Subclasses of Values in gnu.kawa.xmlModifier and TypeClassDescriptionclassManages a sequence of node references.classManages a sequence of node references in document order without duplicates. -
Uses of Values in gnu.mapping
Subclasses of Values in gnu.mappingModifier and TypeClassDescriptionstatic classAn implementation of Values that stores the values in an array.static classAn implementation of Values that uses a java.util.List.static classAn implementation of Values that uses a TreeList.static classValues.Values2<E,V1 extends E, V2 extends E> A specialization of Values for exactly 2 values.Fields in gnu.mapping declared as ValuesMethods in gnu.mapping that return ValuesModifier and TypeMethodDescriptionstatic ValuesValues.make()static <E> Values<E> Values.makeFromArray(E... vals) -
Uses of Values in kawa.lang
Modifier and TypeClassDescriptionstatic classAn implementationof Values using a linked list.