Class EventCollection<T extends IEvent>
- java.lang.Object
-
- org.hippoecm.frontend.model.event.EventCollection<T>
-
- All Implemented Interfaces:
Serializable
,Iterable<T>
public class EventCollection<T extends IEvent> extends Object implements Iterable<T>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventCollection()
EventCollection(Iterator<? extends T> eventIter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(T event)
Iterator<T>
iterator()
int
size()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-