Class WayangListValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<WayangValue>, java.util.Collection<WayangValue>, java.util.List<WayangValue>, org.apache.flink.core.io.IOReadableWritable, org.apache.flink.types.Value

    public class WayangListValue
    extends org.apache.flink.types.ListValue<WayangValue>
    Is a Wrapper for used in the criterion of the Loops
    See Also:
    Serialized Form
    • 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.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        replaceAll, sort, spliterator
    • Constructor Detail

      • WayangListValue

        public WayangListValue​(java.util.Collection collection)
      • WayangListValue

        public WayangListValue()