Package io.dialob.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 LgetLeft()RgetRight()
-