Uses of Interface
eu.bandm.tools.ops.Pair
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Pair in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic <A,
B> Pair<B, A> Deprecated.static <A,
B> Pair<A, B> Pairs.pair
(A a, B b) Deprecated.Modifier and TypeMethodDescriptionPairs.getLeft()
Deprecated.Pairs.getRight()
Deprecated.static <A,
B> BinFunction<A, B, Pair<A, B>> Pairs.pair()
Deprecated.