Uses of Interface
net.hydromatic.morel.util.PairList
Packages that use PairList
Package
Description
Abstract syntax tree.
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Evaluates expressions.
Utilities.
-
Uses of PairList in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast with parameters of type PairList -
Uses of PairList in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as PairListModifier and TypeFieldDescriptionprivate final PairList<Unifier.Variable, PrimitiveType> TypeResolver.preferredTypes -
Uses of PairList in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval declared as PairListMethods in net.hydromatic.morel.eval that return PairListModifier and TypeMethodDescriptionFiles.FileType.deduceFields(BufferedReader r) Files.deduceFieldsCsv(BufferedReader r) Constructors in net.hydromatic.morel.eval with parameters of type PairList -
Uses of PairList in net.hydromatic.morel.util
Subinterfaces of PairList in net.hydromatic.morel.utilClasses in net.hydromatic.morel.util that implement PairListModifier and TypeClassDescription(package private) static classBase class for all implementations of PairList.(package private) static classImmutable list of pairs backed by an array.(package private) static classEmpty immutable list of pairs.(package private) static classMutable version ofPairList.(package private) static classImmutable list that contains one pair.Methods in net.hydromatic.morel.util that return PairListModifier and TypeMethodDescriptionstatic <T,U> PairList <T, U> Creates a PairList backed by a given list.PairList.Builder.build()Builds the PairList.static <T,U> PairList <T, U> Creates an ImmutablePairList with one or more entries.static <T,U> PairList <T, U> Creates a PairList with one or more entries.static <T,U> PairList <T, U> PairList.of()Creates an empty PairList.static <T,U> PairList <T, U> Creates a PairList from a Map.static <T,U> PairList <T, U> PairList.of(T t, U u) Creates a singleton PairList.static <T,U> PairList <T, U> PairList.withCapacity(int initialCapacity) Creates an empty PairList with a specified initial capacity.Methods in net.hydromatic.morel.util with parameters of type PairListModifier and TypeMethodDescriptiondefault booleanAdds to this list, at a given index, the contents of another PairList.default booleanAdds to this list the contents of another PairList.booleanboolean