public class HStack<T> extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| private static class  | HStack.Node<T> | 
| Modifier and Type | Field and Description | 
|---|---|
| private int | size | 
| private HStack.Node<T> | topElement | 
| Constructor and Description | 
|---|
| HStack() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) T | peek() | 
| (package private) T | pop() | 
| (package private) void | push(T object) | 
| (package private) int | size() | 
private HStack.Node<T> topElement
private int size
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.