JavaScript is disabled on your browser.
C G I S T
C
Composite - Interface in craterdog.core
This interface must be implemented by classes that define a composite structure and
therefore require special formatting considerations.
craterdog.core - package craterdog.core
G
getNumberOfElements() - Method in interface craterdog.core.Sequential
This method returns the number of elements in the sequence.
I
isEmpty() - Method in interface craterdog.core.Sequential
This method checks to see if the sequence is empty.
iterator() - Method in interface craterdog.core.Sequential
S
Sequential <E > - Interface in craterdog.core
This interface should be implemented by classes that define a sequence of
elements that can be iterated over in a sequential manner.
T
toArray(E[]) - Method in interface craterdog.core.Sequential
This method fills the specified array with as many elements from the sequence as
will fit in the array.
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.
C G I S T
Copyright © 2014 Crater Dog Technologies(TM) . All rights reserved.