V - the type of the valuespublic final class ValuePair<V> extends AbstractPair<V>
Both, the left and right value are not allowed to be null
| Modifier and Type | Method and Description |
|---|---|
static <V> ValuePair<V> |
fromLeftRight(V leftValue,
V rightValue) |
equals, hashCode, left, rightpublic static <V> ValuePair<V> fromLeftRight(V leftValue, V rightValue)