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 TypeClassDescriptionclass
Manages a sequence of node references.class
Manages a sequence of node references in document order without duplicates. -
Uses of Values in gnu.mapping
Subclasses of Values in gnu.mappingModifier and TypeClassDescriptionstatic class
An implementation of Values that stores the values in an array.static class
An implementation of Values that uses a java.util.List.static class
An implementation of Values that uses a TreeList.static class
Values.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 Values
Values.make()
static <E> Values
<E> Values.makeFromArray
(E... vals) -
Uses of Values in kawa.lang
Modifier and TypeClassDescriptionstatic class
An implementationof Values using a linked list.