public interface Tuple
Modifier and Type | Method and Description |
---|---|
Object |
get(int index)
Returns the element in this tuple.
|
int |
size()
Returns the number of elements in this tuple.
|
int size()
Object get(int index)
index
- element index (0-based)Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.