Class WayangListValue
java.lang.Object
org.apache.flink.types.ListValue<WayangValue>
org.apache.wayang.flink.compiler.criterion.WayangListValue
- All Implemented Interfaces:
Serializable
,Iterable<WayangValue>
,Collection<WayangValue>
,List<WayangValue>
,org.apache.flink.core.io.IOReadableWritable
,org.apache.flink.types.Value
Is a Wrapper for used in the criterion of the Loops
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.types.ListValue
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, read, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
WayangListValue
-
WayangListValue
public WayangListValue()
-