- toArray() - Method in interface craterdog.core.Sequential
-
This method returns an array containing the elements in the sequence.
- toEnd() - Method in class craterdog.core.Iterator
-
This method moves the iterator to the slot just past the last element in this
sequence.
- toIndex(int) - Method in class craterdog.core.Iterator
-
This method moves the iterator to the slot just before the specified index.
- toStart() - Method in class craterdog.core.Iterator
-
This method moves the iterator to just before the first element in this sequence.
- toString() - Method in interface craterdog.core.Composite
-
- toString(String) - Method in interface craterdog.core.Composite
-
This method is an extension of the Object.toString() method that
includes an indentation string that can be prepended to each line in a
composite class that requires multiple lines for its formatted output.
- toString() - Method in class craterdog.core.Primitive
-