private static class MetaImpl.EmptyIterator extends Object implements Iterator<Object>
static Iterator<Object>
INSTANCE
private
MetaImpl.EmptyIterator()
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Iterator<Object> INSTANCE
private MetaImpl.EmptyIterator()
public void remove()
remove
Iterator<Object>
public boolean hasNext()
hasNext
public Object next()
next
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.