| Class | Description |
|---|---|
| ImmutablePair<L,R> |
An immutable pair consisting of two
Object elements. |
| ImmutableTriple<L,M,R> |
An immutable triple consisting of three
Object elements. |
| MutablePair<L,R> |
A mutable pair consisting of two
Object elements. |
| MutableTriple<L,M,R> |
由三个
Object元素组成的可变三元组 |
| Pair<L,R> |
由两个元素组成
|
| Triple<L,M,R> |
由三个元素组成的三元组
这个类是一个定义基本API的抽象实现。
表示元素为'left'、'middle'和'right'.
|
Copyright © 2019. All rights reserved.