Package io.ciera.runtime.summit.time
Class TimerSet
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<Timer>
-
- io.ciera.runtime.summit.time.TimerSet
-
-
Constructor Summary
Constructors Constructor Description TimerSet()TimerSet(Collection<Timer> c)TimerSet(Comparator<? super Timer> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Timer>elements()TimerSetemptySet()TimerSetemptySet(Comparator<? super Timer> comp)TimernullElement()-
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
-
TimerSet
public TimerSet()
-
TimerSet
public TimerSet(Comparator<? super Timer> comp)
-
TimerSet
public TimerSet(Collection<Timer> c)
-
-