org.encog.util.datastruct
public class StackObject<T> extends Object
StackObject(int size)
boolean
isEmpty()
T
peek()
pop()
void
push(T str)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public StackObject(int size)
public boolean isEmpty()
public void push(T str)
public T pop()
public T peek()
public int size()
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.