public interface Tuple
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(int index,
Class<T> clazz) |
<T> T |
get(String name,
Class<T> clazz) |
void |
reduce(int numEntriesToIgnore)
Ignores the given number of entries by incrementing any index access accordingly.
|
Copyright © 2017. All Rights Reserved.