Class CouchbaseQueue.CouchbaseQueueIterator<E>

java.lang.Object
com.couchbase.client.java.datastructures.CouchbaseQueue.CouchbaseQueueIterator<E>
All Implemented Interfaces:
Iterator<E>
Enclosing class:
CouchbaseQueue<E>

public class CouchbaseQueue.CouchbaseQueueIterator<E> extends Object implements Iterator<E>
  • Method Details

    • 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>