Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
E
elementAt(int)
- Method in class FlexOr.container.
CircularArray
Return the element at the specified index.
elementAt(int)
- Method in class FlexOr.container.
DLList
Return the element at the specified index.
elementAt(int)
- Method in interface FlexOr.container.
Sequence
Return the element at the specified index.
elementAt(int)
- Method in class FlexOr.container.
SLList
Return the element at the specified index.
elements()
- Method in class FlexOr.container.
BinaryTree
Returns an enumerator using inorder traversal -- left subtree first.
elements()
- Method in class FlexOr.container.
CircularArray
Returns an enumerator from the current position.
elements()
- Method in interface FlexOr.container.
Container
Returns an enumerator over the whole container.
elements()
- Method in class FlexOr.container.
DLList
Returns an enumerator from the current position.
elements()
- Method in class FlexOr.container.
Heap
Returns an enumerator sequentially scanning the heap.
elements()
- Method in class FlexOr.container.
PriorityQueue
Returns an enumerator over the contents of the queue.
elements()
- Method in class FlexOr.container.
Queue
Returns an enumerator over the contents of the queue.
elements()
- Method in class FlexOr.container.
SLList
Returns an enumerator from the current position.
elements()
- Method in class FlexOr.container.
Stack
Returns an enumerator over the whole stack.
EM
- Static variable in class FlexOr.io.
Char
End of medium
endOfData
- Variable in class FlexOr.searchAndSort.
SortObsData
Register the end of observation data.
ENQ
- Static variable in class FlexOr.io.
Char
Enquire
EOF
- Static variable in class FlexOr.io.
Char
End of file
EOL
- Static variable in class FlexOr.io.
Char
End of line
EOS
- Static variable in class FlexOr.io.
Char
End of string
EOT
- Static variable in class FlexOr.io.
Char
End of transmission
equals(Object)
- Method in class FlexOr.container.
BinaryTree
Check for equality of contents of two containers.
equals(Object)
- Method in class FlexOr.container.
CircularArray
Check for equality of contents of two sequences.
equals(Object)
- Method in interface FlexOr.container.
Container
Check for equality of contents of two containers.
equals(Object)
- Method in class FlexOr.container.
DLList
Check for equality of contents of two lists.
equals(Object)
- Method in class FlexOr.container.
Heap
Check for equality of contents of two containers.
equals(Object)
- Method in class FlexOr.container.
Queue
Check for equality of contents of two queues.
equals(Object)
- Method in class FlexOr.container.
SLList
Check for equality of contents of two lists.
equals(Object)
- Method in class FlexOr.container.
Stack
Check for equality of contents of two stacks.
ESC
- Static variable in class FlexOr.io.
Char
Escape
ETB
- Static variable in class FlexOr.io.
Char
End of transmission block
ETX
- Static variable in class FlexOr.io.
Char
End of text
execute(Object, Object)
- Method in interface FlexOr.container.
BinaryPredicate
Defines the method that makes the comparison.
execute(Object, Object)
- Method in class FlexOr.container.
IntegerEqual
Return true if integer a = integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerEqual
execute(Object, Object)
- Method in class FlexOr.container.
IntegerGreaterThan
Return true if integer a > integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerGreaterThan
execute(Object, Object)
- Method in class FlexOr.container.
IntegerGreaterThanEqual
Return true if integer a >= integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerGreaterThanEqual
execute(Object, Object)
- Method in class FlexOr.container.
IntegerLessThan
Return true if integer a < integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerLessThan
execute(Object, Object)
- Method in class FlexOr.container.
IntegerLessThanEqual
Return true if integer a <= integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerLessThanEqual
execute(Object, Object)
- Method in class FlexOr.container.
IntegerNotEqual
Return true if integer a not = integer b, else return false.
execute(Integer, Integer)
- Static method in class FlexOr.container.
IntegerNotEqual
execute(Object, Object)
- Method in class FlexOr.container.
StringEqual
Return true if string a = string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringEqual
execute(Object, Object)
- Method in class FlexOr.container.
StringEqualIC
Return true if string a = string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringEqualIC
execute(Object, Object)
- Method in class FlexOr.container.
StringGreaterThan
Return true if string a > string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringGreaterThan
execute(Object, Object)
- Method in class FlexOr.container.
StringGreaterThanEqual
Return true if string a >= string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringGreaterThanEqual
execute(Object, Object)
- Method in class FlexOr.container.
StringGreaterThanEqualIC
Return true if string a >= string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringGreaterThanEqualIC
execute(Object, Object)
- Method in class FlexOr.container.
StringGreaterThanIC
Return true if string a > string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringGreaterThanIC
execute(Object, Object)
- Method in class FlexOr.container.
StringLessThan
Return true if string a < string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringLessThan
execute(Object, Object)
- Method in class FlexOr.container.
StringLessThanEqual
Return true if string a <= string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringLessThanEqual
execute(Object, Object)
- Method in class FlexOr.container.
StringLessThanEqualIC
Return true if string a <= string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringLessThanEqualIC
execute(Object, Object)
- Method in class FlexOr.container.
StringLessThanIC
Return true if string a < string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringLessThanIC
execute(Object, Object)
- Method in class FlexOr.container.
StringNotEqual
Return true if string a not = string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringNotEqual
execute(Object, Object)
- Method in class FlexOr.container.
StringNotEqualIC
Return true if string a not = string b, else return false.
execute(String, String)
- Static method in class FlexOr.container.
StringNotEqualIC
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
BubbleObs
The bubble sort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
BubbleSort
The bubble sort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
Heapsort
The heap sort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
HeapsortObs
The heapsort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
InsertObs
The insert sort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
InsertSort
The insert sort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
MergeObs
The mergesort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
MergeSort
The mergesort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
Quicksort
The quicksort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
QuicksortObs
The quicksort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
SelectionObs
The selection sort method.
execute(Object[], BinaryPredicate)
- Static method in class FlexOr.searchAndSort.
SelectionSort
The selection sort method.
execute(Object[], BinaryPredicate)
- Method in class FlexOr.searchAndSort.
SortObservable
Abstract sort routine to be provided for observation.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y