public class EventIterator
extends com.google.common.collect.ForwardingIterator<javax.jcr.observation.Event>
implements java.lang.Iterable<javax.jcr.observation.Event>
EventIterator with a fully-typed
Iterator<Event>| Constructor and Description |
|---|
EventIterator(javax.jcr.observation.EventIterator i)
Wrap the given EventIterator with the generic Iterator<Event>
|
public EventIterator(javax.jcr.observation.EventIterator i)
i - public java.util.Iterator<javax.jcr.observation.Event> iterator()
iterator in interface java.lang.Iterable<javax.jcr.observation.Event>protected java.util.Iterator<javax.jcr.observation.Event> delegate()
delegate in class com.google.common.collect.ForwardingIterator<javax.jcr.observation.Event>Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.