Uses of Class
eu.bandm.tools.util.anon.Tuple2
Packages that use Tuple2
Package
Description
Collection types which work without names for classes and components.
-
Uses of Tuple2 in eu.bandm.tools.util.anon
Methods in eu.bandm.tools.util.anon that return Tuple2Modifier and TypeMethodDescriptionstatic <A0,
A1> Tuple2 <A0, A1> Tuples.tuple
(A0 elem0, A1 elem1) Build a 2-tuple.Methods in eu.bandm.tools.util.anon that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionTuple2.ListBuilder.close()
Return the result, as constructed so far.static <A0,
A1> Comparator <Tuple2<A0, A1>> Tuples.lexical
(Comparator<A0> c0, Comparator<A1> c1) Combine two comparators of the components into a comparator for the 2-tuple, in lexical style.Build an operation on tuples from two operations on the component types.Build an operation on tuples from two operations on the component types.Build a function which delivers a 2-tuple from functions which deliver a single value.Methods in eu.bandm.tools.util.anon with parameters of type Tuple2