public class EmptyIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public static final <T> EmptyIterator<T> value()
Copyright © 2014. All Rights Reserved.