Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- add(int, T) - Method in class components.sequence.Sequence1L
- add(int, T) - Method in class components.sequence.Sequence2L
- add(int, T) - Method in class components.sequence.Sequence3
- add(int, T) - Method in interface components.sequence.SequenceKernel
-
Adds the entry
xat positionposofthis. - add(NaturalNumber) - Method in interface components.naturalnumber.NaturalNumber
-
Adds
ntothis. - add(NaturalNumber) - Method in class components.naturalnumber.NaturalNumberSecondary
- add(Set<T>) - Method in interface components.set.Set
-
Adds to
thisall elements ofsthat are not already inthis, also removing just those elements froms. - add(Set<T>) - Method in class components.set.SetSecondary
- add(K, V) - Method in class components.map.Map1L
- add(K, V) - Method in class components.map.Map2
- add(K, V) - Method in class components.map.Map3
- add(K, V) - Method in class components.map.Map4
- add(K, V) - Method in interface components.map.MapKernel
-
Adds the pair (
key,value) to this. - add(T) - Method in class components.set.Set1L
- add(T) - Method in class components.set.Set2
- add(T) - Method in class components.set.Set3
- add(T) - Method in class components.set.Set4
- add(T) - Method in interface components.set.SetKernel
-
Adds
xto this. - add(T) - Method in class components.sortingmachine.SortingMachine1L
- add(T) - Method in class components.sortingmachine.SortingMachine2
- add(T) - Method in class components.sortingmachine.SortingMachine3
- add(T) - Method in class components.sortingmachine.SortingMachine4
- add(T) - Method in class components.sortingmachine.SortingMachine5
- add(T) - Method in interface components.sortingmachine.SortingMachineKernel
-
Adds
xto the contents ofthis. - addRightFront(T) - Method in class components.list.List1L
- addRightFront(T) - Method in class components.list.List2
- addRightFront(T) - Method in class components.list.List3
- addRightFront(T) - Method in interface components.list.ListKernel
-
Adds
xto the beginning ofthis.right. - addSubtree(int, Tree<T>) - Method in interface components.tree.Tree
-
Adds the tree
stat positionposinthis; the declaration notwithstanding, the dynamic type ofstmust be the same as the dynamic type ofthis. - addSubtree(int, Tree<T>) - Method in class components.tree.TreeSecondary
- addToBlock(int, Statement) - Method in class components.statement.Statement1
- addToBlock(int, Statement) - Method in interface components.statement.StatementKernel
-
Adds the statement
sat positionposinthisBLOCK statement; the declaration notwithstanding, the dynamic type ofsmust be the same as the dynamic type ofthis. - advance() - Method in class components.list.List1L
- advance() - Method in class components.list.List2
- advance() - Method in class components.list.List3
- advance() - Method in interface components.list.ListKernel
-
Advances the position in
thisby one. - AMPMClock - Interface in components.ampmclock
-
AMPMClock number component with primary methods.
- append(Queue<T>) - Method in interface components.queue.Queue
-
Concatenates ("appends")
qto the end ofthis. - append(Queue<T>) - Method in class components.queue.QueueSecondary
- append(Sequence<T>) - Method in interface components.sequence.Sequence
-
Concatenates ("appends")
sto the end ofthis. - append(Sequence<T>) - Method in class components.sequence.SequenceSecondary
- assemble(T, BinaryTree<T>, BinaryTree<T>) - Method in class components.binarytree.BinaryTree1
- assemble(T, BinaryTree<T>, BinaryTree<T>) - Method in interface components.binarytree.BinaryTreeKernel
-
Assembles in
thisa tree with root labelrootand subtreesleftandright; the declaration notwithstanding, the dynamic type ofleftandrightmust be the same as the dynamic type ofthis. - assemble(T, Sequence<Tree<T>>) - Method in class components.tree.Tree1
- assemble(T, Sequence<Tree<T>>) - Method in interface components.tree.TreeKernel
-
Assembles in
thisa tree with root labelrootand subtreeschildren; the declaration notwithstanding, the dynamic type of each entry ofchildrenmust be the same as the dynamic type ofthisand the dynamic type ofchildrenmust be the same as that returned bynewSequenceOfTree. - assembleCall(String) - Method in class components.statement.Statement1
- assembleCall(String) - Method in interface components.statement.StatementKernel
-
Assembles in
thisa CALL statement with root label(CALL, ?, inst)and no subtrees. - assembleIf(StatementKernel.Condition, Statement) - Method in class components.statement.Statement1
- assembleIf(StatementKernel.Condition, Statement) - Method in interface components.statement.StatementKernel
-
Assembles in
thisan IF statement with root label(IF, c, ?)and only subtree the BLOCKs; the declaration notwithstanding, the dynamic type ofsmust be the same as the dynamic type ofthis. - assembleIfElse(StatementKernel.Condition, Statement, Statement) - Method in class components.statement.Statement1
- assembleIfElse(StatementKernel.Condition, Statement, Statement) - Method in interface components.statement.StatementKernel
-
Assembles in
thisan IF_ELSE statement with root label(IF_ELSE, c, ?)and as two subtrees the BLOCKss1ands2; the declaration notwithstanding, the dynamic type ofs1ands2must be the same as the dynamic type ofthis. - assembleWhile(StatementKernel.Condition, Statement) - Method in class components.statement.Statement1
- assembleWhile(StatementKernel.Condition, Statement) - Method in interface components.statement.StatementKernel
-
Assembles in
thisa WHILE statement with root label(WHILE, c, ?)and only subtree the BLOCKs; the declaration notwithstanding, the dynamic type ofsmust be the same as the dynamic type ofthis. - assertElseFatalError(boolean, String) - Static method in class components.utilities.Reporter
-
If the given condition is false, prints the given error message to the console and terminates the application; otherwise it just returns.
- atEOS() - Method in class components.simplereader.SimpleReader1L
- atEOS() - Method in interface components.simplereader.SimpleReaderKernel
-
Reports whether the end of the stream has been reached.
- attributeNames() - Method in interface components.xmltree.XMLTree
-
Returns an
Iterable<String>of the attribute names of the root ofthis. - attributeNames() - Method in class components.xmltree.XMLTree1
- attributeNames() - Method in class components.xmltree.XMLTree2
- attributeValue(String) - Method in interface components.xmltree.XMLTree
-
Returns the value associated with the attribute of the root tag of
thiscalledname. - attributeValue(String) - Method in class components.xmltree.XMLTree1
- attributeValue(String) - Method in class components.xmltree.XMLTree2
All Classes and Interfaces|All Packages|Constant Field Values