public interface Position5DIterator
void reset()
void next() throws java.util.NoSuchElementException
java.util.NoSuchElementException - iteration has no more elements.boolean done()
Point5D get() throws java.util.NoSuchElementException
java.util.NoSuchElementException - iteration has no more elements.int getX() throws java.util.NoSuchElementException
java.util.NoSuchElementExceptionint getY() throws java.util.NoSuchElementException
java.util.NoSuchElementExceptionint getZ() throws java.util.NoSuchElementException
java.util.NoSuchElementExceptionint getT() throws java.util.NoSuchElementException
java.util.NoSuchElementExceptionint getC() throws java.util.NoSuchElementException
java.util.NoSuchElementException