Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
I
P
R
S
T
A
add()
- Method in class practice.
Collection
Adds an element to this collection.
C
Collection
- Class in
practice
This abstract class represents a collection.
Collection()
- Constructor for class practice.
Collection
Creates an empty collection.
E
equals(Object)
- Method in class practice.
Collection
Tests if this collection is the same as the given object.
equals(Object)
- Method in class practice.
Stack
Tests if this stack is the same as the given object.
I
isEmpty()
- Method in class practice.
Collection
Tests if this collection is empty.
P
pop()
- Method in class practice.
Stack
Removes the top element of this stack.
practice
- package practice
push(T)
- Method in class practice.
Stack
Adds the given element to this stack.
R
remove()
- Method in class practice.
Collection
Removes an element of this collection.
S
size()
- Method in class practice.
Collection
Returns the size of this collection.
Stack
<
T
> - Class in
practice
This class represents a stack.
Stack()
- Constructor for class practice.
Stack
Creates an empty stack.
T
toString()
- Method in class practice.
Stack
Returns a string representation of this stack.
A
C
E
I
P
R
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes