com.hazelcast.client
Class QueueItemIterator<E>
java.lang.Object
com.hazelcast.client.QueueItemIterator<E>
- All Implemented Interfaces:
- Iterator<E>
public class QueueItemIterator<E>
- extends Object
- implements Iterator<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueItemIterator
public QueueItemIterator(E[] entries,
QueueClientProxy<E> queueClientProxy)
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 © 2012 Hazel Bilisim Ltd.. All Rights Reserved.