py4j.examples
Class Stack

java.lang.Object
  extended by py4j.examples.Stack

public class Stack
extends Object


Constructor Summary
Stack()
           
 
Method Summary
 List<String> getInternalList()
           
 String pop()
           
 void push(String element)
           
 void pushAll(List<String> elements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stack

public Stack()
Method Detail

push

public void push(String element)

pop

public String pop()

getInternalList

public List<String> getInternalList()

pushAll

public void pushAll(List<String> elements)