public class EventCollection<T extends IEvent> extends Object implements Iterable<T>, Serializable
Constructor and Description |
---|
EventCollection() |
EventCollection(Iterator<? extends T> eventIter) |
Modifier and Type | Method and Description |
---|---|
void |
add(T event) |
Iterator<T> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.