py4j.examples
Class OperatorExample

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

public class OperatorExample
extends Object


Constructor Summary
OperatorExample()
           
 
Method Summary
static void main(String[] args)
           
 List<Integer> randomBinaryOperator(Operator op)
           
 List<Integer> randomTernaryOperator(Operator op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorExample

public OperatorExample()
Method Detail

randomBinaryOperator

public List<Integer> randomBinaryOperator(Operator op)

randomTernaryOperator

public List<Integer> randomTernaryOperator(Operator op)

main

public static void main(String[] args)