org.glassfish.pfl.basic.contain
Class StackImpl<E>

java.lang.Object
  extended by org.glassfish.pfl.basic.contain.StackImpl<E>

public class StackImpl<E>
extends Object


Constructor Summary
StackImpl()
           
 
Method Summary
 boolean empty()
           
 E peek()
           
 E pop()
           
 Object push(E item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackImpl

public StackImpl()
Method Detail

empty

public final boolean empty()

peek

public final E peek()

pop

public final E pop()

push

public final Object push(E item)


Copyright © 2013 Oracle. All Rights Reserved.