codesimian
Class Stacks

java.lang.Object
  extended by codesimian.Stacks

public abstract class Stacks
extends java.lang.Object

Includes 4 inner classes that operate on a specific stack or the default stack: Static.getDefaultStack();

Example codesimian code:
push#somePush(+(2 3 4))
push(somePush)
unfinished...


Should Static.getDefaultStack() and Static.defaultListOfCSs() be merged? Probably yes.


Nested Class Summary
static class Stacks.Peek
           
static class Stacks.Pop
           
static class Stacks.Push
           
static class Stacks.StackSize
           
 
Constructor Summary
Stacks()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stacks

public Stacks()