JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.dialob.session.engine.program.expr.arith
Interface Pair<L,
R>
All Superinterfaces:
Serializable
All Known Implementing Classes:
ImmutablePair
@Immutable
public interface
Pair<L,
R>
extends
Serializable
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
L
getLeft
()
R
getRight
()
Method Details
getLeft
@Parameter
L
getLeft
()
getRight
@Parameter
R
getRight
()