A B C D E F G H I L M N O P Q R S T U V W X Y

R

read() - Method in class FlexOr.io.BufferedInput
Requires: True Ensures: currentChar = old nextChar nextChar = next character from the file or EOF if at the end of file.
read() - Method in class FlexOr.io.CountedInput
Read the next character in the file.
readLine() - Method in class FlexOr.io.BufferedInput
Requires: currentChar be the first character of the line to read.
readLine() - Method in class FlexOr.io.CountedInput
Reads the rest of the current line.
remove() - Method in class FlexOr.container.BinaryTree
Remove the first element based on an inorder traversal of the tree contents.
remove(Object) - Method in class FlexOr.container.BinaryTree
Remove the specified element.
remove() - Method in class FlexOr.container.CircularArray
Remove the first element in the sequence.
remove(Object) - Method in class FlexOr.container.CircularArray
If obj is found remove it from the container.
remove() - Method in interface FlexOr.container.Container
Remove the first element based on a standard enumeration of the container contents.
remove() - Method in class FlexOr.container.DLList
Remove the first element in the sequence.
remove(Object) - Method in class FlexOr.container.DLList
If obj is found remove it from the container.
remove() - Method in class FlexOr.container.Heap
Remove the top element in the heap.
remove(Object) - Method in class FlexOr.container.OrderedBinaryTree
Remove the specified element.
remove() - Method in class FlexOr.container.PriorityQueue
Return the first element in the queue.
remove() - Method in class FlexOr.container.Queue
Return the first element in the queue.
remove(Object) - Method in interface FlexOr.container.Sequence
If obj is found remove it from the container.
remove() - Method in class FlexOr.container.SLList
Remove and return the first element in the sequence.
remove(Object) - Method in class FlexOr.container.SLList
If obj is found remove it from the container.
remove() - Method in class FlexOr.container.Stack
Return the top element in the stack.
removeAll() - Method in class FlexOr.container.BinaryTree
Empty the container.
removeAll() - Method in class FlexOr.container.CircularArray
Empty the sequence.
removeAll() - Method in interface FlexOr.container.Container
Empty the container.
removeAll() - Method in class FlexOr.container.DLList
Empty the container.
removeAll() - Method in class FlexOr.container.Heap
Empty the container.
removeAll() - Method in class FlexOr.container.Queue
Empty the queue.
removeAll() - Method in class FlexOr.container.SLList
Empty the container.
removeAll() - Method in class FlexOr.container.Stack
Empty the stack.
removeAt(int) - Method in class FlexOr.container.CircularArray
Remove the element at the specified index.
removeAt(int) - Method in class FlexOr.container.DLList
Remove the element at the specified index.
removeAt(int) - Method in interface FlexOr.container.Sequence
Remove the element at the specified index.
removeAt(int) - Method in class FlexOr.container.SLList
Remove the element at the specified index.
removeWait() - Method in class FlexOr.container.CircularArray
Remove the first element in the sequence; if the queue is empty, the thread waits for a notify.
removeWait() - Method in class FlexOr.container.Queue
Return the first element in the queue; wait if the queue is empty.
ReportDialog - Class in FlexOr.utility
 
ReportDialog(Frame, String) - Constructor for class FlexOr.utility.ReportDialog
 
reset() - Method in class FlexOr.io.CountedInput
Reset position to last mark point.
RS - Static variable in class FlexOr.io.Char
Record separator
run() - Method in class FlexOr.searchAndSort.SortObservable
Do the sort.
run() - Method in class FlexOr.searchAndSort.SortObserver
Wait to be notified of an observation, then display the result of the observation.
run() - Method in class mvc.Model
 

A B C D E F G H I L M N O P Q R S T U V W X Y