public static <T> Iterator<T> instance()
public T next() throws NoSuchElementException
next
in interface Iterator<T>
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<T>
UnsupportedOperationException
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.