public static class CollectionUtils.EmptyIterator<E> extends Object implements Iterator<E>
CollectionUtils.EmptyIterator()
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CollectionUtils.EmptyIterator()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.