4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
public int peek() {
|
|
// Devolver el valor encima
|
|
return this.pila[encima];
|
|
} |