com.hazelcast.queue.impl.proxy
Class QueueIterator<E>
java.lang.Object
com.hazelcast.queue.impl.proxy.QueueIterator<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
- Iterator<E>
public class QueueIterator<E>
- extends Object
- implements Iterator<E>
Iterator for the Queue.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueIterator
public QueueIterator(Iterator<Data> iterator,
SerializationService serializationService,
boolean binary)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<E>
next
public E next()
- Specified by:
next
in interface Iterator<E>
remove
public void remove()
- Specified by:
remove
in interface Iterator<E>
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.