Class EventSet
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<IEvent>
-
- io.ciera.runtime.summit.statemachine.EventSet
-
-
Constructor Summary
Constructors Constructor Description EventSet()EventSet(Collection<IEvent> c)EventSet(Comparator<? super IEvent> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IEvent>elements()EventSetemptySet()EventSetemptySet(Comparator<? super IEvent> comp)IEventnullElement()-
Methods inherited from class io.ciera.runtime.summit.types.Set
add, addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, remove, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
inequality, oneWhere, serialize
-
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
-
-
-
Constructor Detail
-
EventSet
public EventSet()
-
EventSet
public EventSet(Comparator<? super IEvent> comp)
-
EventSet
public EventSet(Collection<IEvent> c)
-
-