L
- 左值类型R
- 右值类型public class Pair<L,R> extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected L |
left
左值(第一个值)
|
protected R |
right
右值(第二个值)
|
Copyright © 2025. All rights reserved.