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.NoSuchElementException
int getY() throws java.util.NoSuchElementException
java.util.NoSuchElementException
int getZ() throws java.util.NoSuchElementException
java.util.NoSuchElementException
int getT() throws java.util.NoSuchElementException
java.util.NoSuchElementException
int getC() throws java.util.NoSuchElementException
java.util.NoSuchElementException