Uses of Class
net.hydromatic.filtex.util.Pair
Packages that use Pair
Package
Description
Abstract syntax tree (AST).
Utilities.
-
Uses of Pair in net.hydromatic.filtex.ast
Methods in net.hydromatic.filtex.ast that return PairModifier and TypeMethodDescriptionCreates a Pos from a filename and a string with a delimiter character.DatetimeUnit.times(BigDecimal multiplier) -
Uses of Pair in net.hydromatic.filtex.util
Methods in net.hydromatic.filtex.util that return PairModifier and TypeMethodDescriptionstatic <K,V> Pair<K, V> Creates aPairfrom aMap.Entry.static <T1,T2> Pair<T1, T2> Pair.of(T1 left, T2 right) Creates a Pair of appropriate type.Methods in net.hydromatic.filtex.util that return types with arguments of type PairModifier and TypeMethodDescriptionReturns an iterator that iterates over (i, i + 1) pairs in an iterable.Returns an iterator that iterates over (0, i) pairs in an iterable for i > 0.Converts two iterables into an iterable ofPairs.Converts two lists into a list ofPairs, whose length is the lesser of the lengths of the source lists.Converts two lists into a list ofPairs.Pair.zip(K[] ks, V[] vs) Converts two arrays into a list ofPairs.Pair.zipMutable(List<K> ks, List<V> vs) Returns a mutable list of pairs backed by a pair of mutable lists.Methods in net.hydromatic.filtex.util with parameters of type PairMethod parameters in net.hydromatic.filtex.util with type arguments of type Pair