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