Documentation of 'org.encog.util.datastruct.StackString' Java class
StackString
org.encog.util.datastruct

Class StackString



  • public class StackString
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      StackString(int size) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isEmpty() 
      java.lang.String pop() 
      void push(java.lang.String str) 
      int size() 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StackString

        public StackString(int size)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • push

        public void push(java.lang.String str)
      • pop

        public java.lang.String pop()
      • size

        public int size()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.