Uses of Class
eu.bandm.tools.util.anon.Tuple2
Packages that use Tuple2
Package
Description
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Collection types which work without names for classes and components.
-
Uses of Tuple2 in eu.bandm.tools.graficUtils
Constructor parameters in eu.bandm.tools.graficUtils with type arguments of type Tuple2 -
Uses of Tuple2 in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionFreeMatrix.multiplyCoords(FreeMatrix<I> other) SpecialFunctions.tupleConvert(BiFunction<? super A, ? super B, ? extends C> f) Methods in eu.bandm.tools.ops with parameters of type Tuple2Method parameters in eu.bandm.tools.ops with type arguments of type Tuple2Modifier and TypeMethodDescriptionstatic <I> FreeMatrix<I> FreeMatrix.build(Set<Tuple2<I, I>> support, ToDoubleBiFunction<? super I, ? super I> value, double identityDefault) static <A,B, C> BiFunction <A, B, C> SpecialFunctions.tupleConvert(Function<? super Tuple2<? super A, ? super B>, ? extends C> f) Constructor parameters in eu.bandm.tools.ops with type arguments of type Tuple2 -
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