JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
F
G
I
L
R
S
B
backward()
- Method in interface
Loop
Moves the current item backward one item resulting in the item that is immediately
before
the current item becoming the current item.
F
forward()
- Method in interface
Loop
Advances the current item forward one item resulting in the item that is immediately
after
the current item becoming the current item.
G
getCurrent()
- Method in interface
Loop
Returns the current item.
I
insert(E)
- Method in interface
Loop
Adds the given
item
immediately
before
the current item.
isEmpty()
- Method in interface
Loop
Returns true if this Loop is empty and false otherwise.
iterator()
- Method in interface
Loop
Returns an iterator for this Loop.
L
Loop
<
E
> - Interface in
<Unnamed>
A Loop ADT is a circular sequence of items.
R
removeCurrent()
- Method in interface
Loop
Removes and returns the current item.
S
size()
- Method in interface
Loop
Returns the number of items in this Loop.
B
F
G
I
L
R
S
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes