org.encog.util.datastruct
Class StackObject<T>

java.lang.Object
  extended by org.encog.util.datastruct.StackObject<T>

public class StackObject<T>
extends Object


Constructor Summary
StackObject(int size)
           
 
Method Summary
 boolean isEmpty()
           
 T peek()
           
 T pop()
           
 void push(T str)
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackObject

public StackObject(int size)
Method Detail

isEmpty

public boolean isEmpty()

push

public void push(T str)

pop

public T pop()

peek

public T peek()

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.