Package w.util.pair
Class Pairs
java.lang.Object
w.util.pair.Pairs
- Author:
- whilein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<L,R> @NotNull Pair<L, R> immutableOf(L left, R right) isNull()<L,R> @NotNull MutablePair<L, R> mutableOf(L left, R right) <L,R> @NotNull UnorderedPair<L, R> unorderedOf(L left, R right)
-
Constructor Details
-
Pairs
public Pairs()
-
-
Method Details
-
immutableOf
-
mutableOf
-
unorderedOf
-
isNull
-
isNotNull
-
isLeftNull
-
isRightNull
-
isLeftNotNull
-
isRightNotNull
-