org.encog.util.datastruct
Class StackString

java.lang.Object
  extended by org.encog.util.datastruct.StackString

public class StackString
extends Object


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

Constructor Detail

StackString

public StackString(int size)
Method Detail

isEmpty

public boolean isEmpty()

push

public void push(String str)

pop

public String pop()

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.