public static class PdaUtil.HashStack<T> extends Object implements Iterable<T>
protected LinkedList<T>
list
protected Set<T>
set
PdaUtil.HashStack()
boolean
contains(Object value)
isEmpty()
Iterator<T>
iterator()
T
peek()
pop()
push(T value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected LinkedList<T> list
protected Set<T> set
public PdaUtil.HashStack()
public boolean contains(Object value)
public boolean isEmpty()
public Iterator<T> iterator()
iterator
Iterable<T>
public T peek()
public T pop()
public boolean push(T value)
public String toString()
toString
Object
Copyright © 2015. All Rights Reserved.