Constructor and Description |
---|
TimerSet() |
TimerSet(Collection<Timer> c) |
TimerSet(Comparator<? super Timer> comp) |
Modifier and Type | Method and Description |
---|---|
List<Timer> |
elements() |
TimerSet |
emptySet() |
TimerSet |
emptySet(Comparator<? super Timer> comp) |
Timer |
nullElement() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
inequality, oneWhere, serialize
public TimerSet()
public TimerSet(Comparator<? super Timer> comp)
public TimerSet(Collection<Timer> c)
Copyright © 2020. All rights reserved.