edu.neu.ccs.demeterf.lib
Class List.Zip<X,Y,Z>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.List.Zip<X,Y,Z>
Enclosing class:
List<X>

public abstract static class List.Zip<X,Y,Z>
extends java.lang.Object

Zip two Lists into a single Value


Constructor Summary
List.Zip()
           
 
Method Summary
abstract  Z zip(X x, Y y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

List.Zip

public List.Zip()
Method Detail

zip

public abstract Z zip(X x,
                      Y y)