-
Field Summary
Fields
private static final long
Fields inherited from class org.apache.commons.lang3.tuple.Pair
EMPTY_ARRAY
-
Constructor Summary
Constructors
-
Method Summary
Gets the left element from this pair.
Gets the right element from this pair.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID
- See Also:
-
-
Constructor Details
-
PairAdapter
private PairAdapter()
-
Method Details
-
getLeft
Description copied from class: Pair
Gets the left element from this pair.
When treated as a key-value pair, this is the key.
- Specified by:
getLeft
in class Pair<L,R>
- Returns:
- the left element, may be null
-
getRight
Description copied from class: Pair
Gets the right element from this pair.
When treated as a key-value pair, this is the value.
- Specified by:
getRight
in class Pair<L,R>
- Returns:
- the right element, may be null
-
setValue
public R setValue(R value)