public class PropertyValueList extends Object implements Iterable<PropertyValue>, Serializable, org.apache.flink.types.Value, Comparable<PropertyValueList>
| Constructor and Description |
|---|
PropertyValueList()
Default constructor (used for (de-)serialization.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyValueList o) |
static PropertyValueList |
createEmptyList()
Creates a new property value list containing no elements.
|
boolean |
equals(Object o) |
static PropertyValueList |
fromPropertyValues(Collection<PropertyValue> propertyValues)
Creates a Property value list from a collection of property values.
|
int |
hashCode() |
Iterator<PropertyValue> |
iterator() |
void |
read(org.apache.flink.core.memory.DataInputView dataInput) |
String |
toString() |
void |
write(org.apache.flink.core.memory.DataOutputView dataOutput) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic PropertyValueList()
public static PropertyValueList createEmptyList()
public static PropertyValueList fromPropertyValues(Collection<PropertyValue> propertyValues) throws IOException
propertyValues - property valuesIOExceptionpublic Iterator<PropertyValue> iterator()
iterator in interface Iterable<PropertyValue>public void write(org.apache.flink.core.memory.DataOutputView dataOutput)
throws IOException
write in interface org.apache.flink.core.io.IOReadableWritableIOExceptionpublic void read(org.apache.flink.core.memory.DataInputView dataInput)
throws IOException
read in interface org.apache.flink.core.io.IOReadableWritableIOExceptionpublic int compareTo(PropertyValueList o)
compareTo in interface Comparable<PropertyValueList>Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.