public class Block<T> extends Object implements scala.Product, scala.Serializable
TODO: Replace Vector type by Array type once Flink supports generic arrays
Constructor and Description |
---|
Block(int index,
scala.collection.immutable.Vector<T> values) |
Modifier and Type | Method and Description |
---|---|
int |
index() |
scala.collection.immutable.Vector<T> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.