Index

A B C D E F G H I J K L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values

R

RADIX - Static variable in interface components.naturalnumber.NaturalNumberKernel
A constant, with value 10, holding the radix (or base) for NaturalNumber.
Random - Interface in components.random
Random component with all its methods.
RANDOM - Enum constant in enum class components.statement.StatementKernel.Condition
 
Random1L - Class in components.random
Random represented as a java.util.Random with implementations of all methods.
Random1L() - Constructor for class components.random.Random1L
 
read() - Method in class components.simplereader.SimpleReader1L
 
read() - Method in interface components.simplereader.SimpleReaderKernel
Reads a single char from this.content.
remove(int) - Method in class components.sequence.Sequence1L
 
remove(int) - Method in class components.sequence.Sequence2L
 
remove(int) - Method in class components.sequence.Sequence3
 
remove(int) - Method in interface components.sequence.SequenceKernel
Removes and returns the entry at position pos of this .
remove(Set<T>) - Method in interface components.set.Set
Removes from this all elements of s that are also in this, leaving s unchanged, and returns the elements actually removed.
remove(Set<T>) - Method in class components.set.SetSecondary
 
remove(K) - Method in class components.map.Map1L
 
remove(K) - Method in class components.map.Map2
 
remove(K) - Method in class components.map.Map3
 
remove(K) - Method in class components.map.Map4
 
remove(K) - Method in interface components.map.MapKernel
Removes the pair whose first component is key and returns it.
remove(T) - Method in class components.set.Set1L
 
remove(T) - Method in class components.set.Set2
 
remove(T) - Method in class components.set.Set3
 
remove(T) - Method in class components.set.Set4
 
remove(T) - Method in interface components.set.SetKernel
Removes x from this, and returns it.
removeAny() - Method in class components.map.Map1L
 
removeAny() - Method in class components.map.Map2
 
removeAny() - Method in class components.map.Map3
 
removeAny() - Method in class components.map.Map4
 
removeAny() - Method in interface components.map.MapKernel
Removes and returns an arbitrary pair from this.
removeAny() - Method in class components.set.Set1L
 
removeAny() - Method in class components.set.Set2
 
removeAny() - Method in class components.set.Set3
 
removeAny() - Method in class components.set.Set4
 
removeAny() - Method in interface components.set.SetKernel
Removes and returns an arbitrary element from this.
removeFirst() - Method in class components.sortingmachine.SortingMachine1L
 
removeFirst() - Method in class components.sortingmachine.SortingMachine2
 
removeFirst() - Method in class components.sortingmachine.SortingMachine3
 
removeFirst() - Method in class components.sortingmachine.SortingMachine4
 
removeFirst() - Method in class components.sortingmachine.SortingMachine5
 
removeFirst() - Method in interface components.sortingmachine.SortingMachineKernel
Removes and returns some "first" ("smallest") entry from the contents of this.
removeFromBlock(int) - Method in class components.statement.Statement1
 
removeFromBlock(int) - Method in interface components.statement.StatementKernel
Removes and returns the statement at position pos in this BLOCK statement.
removeRightFront() - Method in class components.list.List1L
 
removeRightFront() - Method in class components.list.List2
 
removeRightFront() - Method in class components.list.List3
 
removeRightFront() - Method in interface components.list.ListKernel
Removes and returns the entry at the front of this.right.
removeSubtree(int) - Method in interface components.tree.Tree
Removes and returns the subtree at position pos in this.
removeSubtree(int) - Method in class components.tree.TreeSecondary
 
replaceEntry(int, T) - Method in interface components.sequence.Sequence
Replaces the entry at position pos of this with the entry x and returns the old entry at that position.
replaceEntry(int, T) - Method in class components.sequence.SequenceSecondary
 
replaceFront(T) - Method in interface components.queue.Queue
Replaces the front of this with x, and returns the old front.
replaceFront(T) - Method in class components.queue.Queue1L
 
replaceFront(T) - Method in class components.queue.Queue2
 
replaceFront(T) - Method in class components.queue.Queue3
 
replaceFront(T) - Method in class components.queue.QueueSecondary
 
replaceRightFront(T) - Method in interface components.list.List
Replaces the entry at the front of this.right with x, and returns the old entry.
replaceRightFront(T) - Method in class components.list.List1L
 
replaceRightFront(T) - Method in class components.list.List2
 
replaceRightFront(T) - Method in class components.list.List3
 
replaceRightFront(T) - Method in class components.list.ListSecondary
 
replaceRoot(T) - Method in interface components.binarytree.BinaryTree
Replaces the root of this with x, and returns the old root.
replaceRoot(T) - Method in class components.binarytree.BinaryTree1
 
replaceRoot(T) - Method in class components.binarytree.BinaryTreeSecondary
 
replaceRoot(T) - Method in interface components.tree.Tree
Replaces the root of this with x, and returns the old root.
replaceRoot(T) - Method in class components.tree.Tree1
 
replaceRoot(T) - Method in class components.tree.TreeSecondary
 
replaceTop(T) - Method in interface components.stack.Stack
Replaces the top of this with x, and returns the old top.
replaceTop(T) - Method in class components.stack.Stack1L
 
replaceTop(T) - Method in class components.stack.Stack2
 
replaceTop(T) - Method in class components.stack.Stack3
 
replaceTop(T) - Method in class components.stack.StackSecondary
 
replaceValue(K, V) - Method in interface components.map.Map
Replaces the value associated with key in this with value and returns the old value.
replaceValue(K, V) - Method in class components.map.Map1L
 
replaceValue(K, V) - Method in class components.map.Map4
 
replaceValue(K, V) - Method in class components.map.MapSecondary
 
Reporter - Class in components.utilities
Reporter utility class with methods to report various kinds of notifications.
retreat() - Method in interface components.list.List
Retreats the position in this by one.
retreat() - Method in class components.list.List1L
 
retreat() - Method in class components.list.List3
 
retreat() - Method in class components.list.ListSecondary
 
rightFront() - Method in interface components.list.List
Reports the front of this.right.
rightFront() - Method in class components.list.List1L
 
rightFront() - Method in class components.list.List2
 
rightFront() - Method in class components.list.List3
 
rightFront() - Method in class components.list.ListSecondary
 
rightLength() - Method in class components.list.List1L
 
rightLength() - Method in class components.list.List2
 
rightLength() - Method in class components.list.List3
 
rightLength() - Method in interface components.list.ListKernel
Reports length of this.right.
root() - Method in interface components.binarytree.BinaryTree
Reports the root of this.
root() - Method in class components.binarytree.BinaryTree1
 
root() - Method in class components.binarytree.BinaryTreeSecondary
 
root() - Method in interface components.tree.Tree
Reports the root of this.
root() - Method in class components.tree.Tree1
 
root() - Method in class components.tree.TreeSecondary
 
root(int) - Method in interface components.naturalnumber.NaturalNumber
Updates this to the r-th root of its incoming value.
root(int) - Method in class components.naturalnumber.NaturalNumberSecondary
 
rotate(int) - Method in interface components.queue.Queue
Rotates this.
rotate(int) - Method in class components.queue.QueueSecondary
 
A B C D E F G H I J K L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values