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.
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() - Method in interface craterdog.core.Sequential
This method returns an array containing the elements in the 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.
C G I S T
Copyright © 2015 Crater Dog Technologies(TM) . All rights reserved.