Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
H
M
N
P
S
T
U
E
empty()
- Method in interface stack.
Stack
Tests if this stack is empty.
empty()
- Method in class stack.
StackDinamico
Tests if this stack is empty.
empty()
- Method in class stack.
StackInt
Tests if this stack is empty.
empty()
- Method in class stack.
StackStatico
Tests if this stack is empty.
equals(Object)
- Method in class stack.
StackDinamico
H
howMany()
- Method in interface stack.
Stack
Returns the number of elements inside the Stack.
howMany()
- Method in class stack.
StackDinamico
Returns the number of elements inside the Stack.
howMany()
- Method in class stack.
StackInt
Returns the number of elements inside the Stack.
howMany()
- Method in class stack.
StackStatico
Returns the number of elements inside the Stack.
M
main(String[])
- Static method in class stack.
UsaStack
main(String[])
- Static method in class stack.
UsaStackInt
N
NoSuchElementException
- Exception in
stack
NoSuchElementException(String)
- Constructor for exception stack.
NoSuchElementException
NoSuchElementException()
- Constructor for exception stack.
NoSuchElementException
P
peek()
- Method in interface stack.
Stack
Looks at the object at the top of this stack without removing it from the stack.
peek()
- Method in class stack.
StackDinamico
Looks at the object at the top of this stack without removing it from the stack.
peek()
- Method in class stack.
StackInt
Looks at the object at the top of this stack without removing it from the stack.
peek()
- Method in class stack.
StackStatico
Looks at the object at the top of this stack without removing it from the stack.
pop()
- Method in interface stack.
Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pop()
- Method in class stack.
StackDinamico
Removes the object at the top of this stack and returns that object as the value of this function.
pop()
- Method in class stack.
StackInt
Removes the object at the top of this stack and returns that object as the value of this function.
pop()
- Method in class stack.
StackStatico
Removes the object at the top of this stack and returns that object as the value of this function.
push(E)
- Method in interface stack.
Stack
Pushes an item onto the top of this stack.
push(E)
- Method in class stack.
StackDinamico
Pushes an item onto the top of this stack.
push(int)
- Method in class stack.
StackInt
Pushes an item onto the top of this stack.
push(E)
- Method in class stack.
StackStatico
Pushes an item onto the top of this stack.
S
search(E)
- Method in interface stack.
Stack
Returns the 1-based position where an object is on this stack.
search(E)
- Method in class stack.
StackDinamico
Returns the 1-based position where an object is on this stack.
search(int)
- Method in class stack.
StackInt
Returns the 1-based position where an object is on this stack.
search(E)
- Method in class stack.
StackStatico
Returns the 1-based position where an object is on this stack.
stack
- package stack
Stack
<
E
> - Interface in
stack
StackDinamico
<
E
> - Class in
stack
StackDinamico()
- Constructor for class stack.
StackDinamico
Creates an empty Stack
StackFullException
- Exception in
stack
StackFullException(String)
- Constructor for exception stack.
StackFullException
StackFullException()
- Constructor for exception stack.
StackFullException
StackInt
- Class in
stack
StackInt()
- Constructor for class stack.
StackInt
Creates an empty Stack of max 10 ints.
StackInt(int)
- Constructor for class stack.
StackInt
Creates an empty Stack of max N ints.
StackStatico
<
E
> - Class in
stack
StackStatico()
- Constructor for class stack.
StackStatico
Creates an empty Stack of max 10 ints.
StackStatico(int)
- Constructor for class stack.
StackStatico
Creates an empty Stack of max N ints.
T
toString()
- Method in class stack.
StackDinamico
Return a String representation of the Stack and its content.
toString()
- Method in class stack.
StackInt
Return a String representation of the Stack and its content.
toString()
- Method in class stack.
StackStatico
Return a String representation of the Stack and its content.
U
UsaStack
- Class in
stack
UsaStack()
- Constructor for class stack.
UsaStack
UsaStackInt
- Class in
stack
UsaStackInt()
- Constructor for class stack.
UsaStackInt
E
H
M
N
P
S
T
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes