public interface Tuple
PCollection
s.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 © 2016 The Apache Software Foundation. All rights reserved.