Uses of Interface
eu.bandm.tools.ops.Pair
Packages that use Pair
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Pair in eu.bandm.tools.ops
Methods in eu.bandm.tools.ops that return PairModifier and TypeMethodDescriptionstatic <A,
B> Pair <B, A> Deprecated.static <A,
B> Pair <A, B> Pairs.pair
(A a, B b) Deprecated.Methods in eu.bandm.tools.ops that return types with arguments of type PairModifier and TypeMethodDescriptionPairs.getLeft()
Deprecated.Pairs.getRight()
Deprecated.static <A,
B> BinFunction <A, B, Pair<A, B>> Pairs.pair()
Deprecated.Methods in eu.bandm.tools.ops with parameters of type Pair