public class Tuple1<V1> extends AbstractTuple
| Modifier and Type | Field and Description |
|---|---|
V1 |
_1 |
MAX_ELEMENTS| Modifier and Type | Method and Description |
|---|---|
int |
size() |
<T> T |
valueAt(int index)
zero based index.
|
checkRange, equals, hashCode, toStringpublic final V1 _1
public Tuple1(V1 _1)
public int size()
public <T> T valueAt(int index)
Tuple
Uplet2<String,Integer> u=new Uplet2<String,Integer>(String.class,Integer.class,"Hello",null);
Integer i2=u._2;
Integer i2=u.valueAt(1);
index - zero based Index.Copyright © 2021 vpc open source initiative. All rights reserved.