Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W
R
remove()
- Method in class
LinkedListIterator
The remove operation is not supported by this iterator
remove(int)
- Method in interface
ListADT
Removes and returns the item at position pos in the List, moving the items originally in positions pos+1 through size() - 1 one place to the left to fill in the gap.
removeCargo(String)
- Method in class
Train
Remove the first CargoCar from this train which has the same cargo name with the argument.
removeCargo(String, String)
- Method in class
TrainHub
This method removes the first cargo car going to the given destination city and carrying the given cargo.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
W