public interface Tuple
PCollections.| Modifier and Type | Method and Description | 
|---|---|
| Object | get(int index)Returns the Object at the given index. | 
| int | size()Returns the number of elements in this Tuple. | 
Object get(int index)
int size()
Copyright © 2017 The Apache Software Foundation. All rights reserved.