JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dmfs.jems.pair
Interface Pair<Left,Right>
All Known Implementing Classes:
LeftSidedPair
,
RightSidedPair
,
ValuePair
public interface
Pair<Left,Right>
A pair of typed values, a tuple of two (also called ordered pair).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Left
left
()
The left value of the pair, i.e. the 1st value in this 2-tuple.
Right
right
()
The right value of the pair, i.e. the 2nd value in this 2-tuple.
Method Detail
left
Left
left()
The left value of the pair, i.e. the 1st value in this 2-tuple.
right
Right
right()
The right value of the pair, i.e. the 2nd value in this 2-tuple.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method