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 classNodesManages a sequence of node references.classSortedNodesManages 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 classValues.FromArray<E>An implementation of Values that stores the values in an array.static classValues.FromList<E>An implementation of Values that uses a java.util.List.static classValues.FromTreeListAn 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 Values Modifier and Type Field Description static ValuesValues. emptyMethods in gnu.mapping that return Values Modifier and Type Method Description static ValuesValues. 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 classTranslator.ValuesFromLListAn implementationof Values using a linked list.Methods in kawa.lang that return Values Modifier and Type Method Description ValuesTranslator. popForms(Pair beforeFirst)Pop from formStack all forms that come after beforeFirst.
-