Uses of Class
gnu.mapping.Values
-
Packages that use Values Package Description gnu.kawa.xml gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).kawa.lang -
-
Uses of Values in gnu.kawa.xml
Subclasses of Values in gnu.kawa.xml Modifier and Type Class Description class
Nodes
Manages a sequence of node references.class
SortedNodes
Manages a sequence of node references in document order without duplicates. -
Uses of Values in gnu.mapping
Subclasses of Values in gnu.mapping Modifier and Type Class Description static class
Values.FromArray<E>
An implementation of Values that stores the values in an array.static class
Values.FromList<E>
An implementation of Values that uses a java.util.List.static class
Values.FromTreeList
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 Values Modifier and Type Field Description static Values
Values. empty
Methods in gnu.mapping that return Values Modifier and Type Method Description static Values
Values. make()
static <E> Values<E>
Values. makeFromArray(E... vals)
-
Uses of Values in kawa.lang
Subclasses of Values in kawa.lang Modifier and Type Class Description static class
Translator.ValuesFromLList
An implementationof Values using a linked list.Methods in kawa.lang that return Values Modifier and Type Method Description Values
Translator. popForms(Pair beforeFirst)
Pop from formStack all forms that come after beforeFirst.
-