public class TupleArray extends Object
| 构造器和说明 |
|---|
TupleArray() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(int pos) |
<X> X |
get(int pos,
Class<X> aClass) |
Boolean |
getBoolean(int pos) |
Byte |
getByte(int pos) |
byte[] |
getBytes(int pos) |
Double |
getDouble(int pos) |
Float |
getFloat(int pos) |
Integer |
getInteger(int pos) |
Long |
getLong(int pos) |
Boolean |
getShort(int pos) |
String |
getString(int pos) |
static TupleArray |
of(Object... array) |
int |
size() |
String |
toString() |
public static TupleArray of(Object... array)
public Object get(int pos)
public <X> X get(int pos,
Class<X> aClass)
public String getString(int pos)
public Boolean getBoolean(int pos)
public Long getLong(int pos)
public Integer getInteger(int pos)
public Boolean getShort(int pos)
public Byte getByte(int pos)
public Double getDouble(int pos)
public Float getFloat(int pos)
public byte[] getBytes(int pos)
public int size()
Copyright © 2022. All rights reserved.