org.jopendocument.util
Class Tuple2.List2<A>

java.lang.Object
  extended by org.jopendocument.util.Tuple2<A,A>
      extended by org.jopendocument.util.Tuple2.List2<A>
Enclosing class:
Tuple2<A,B>

public static final class Tuple2.List2<A>
extends Tuple2<A,A>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jopendocument.util.Tuple2
Tuple2.List2<A>
 
Constructor Summary
Tuple2.List2(A a1, A a2)
           
 
Method Summary
 List<A> asList()
           
 
Methods inherited from class org.jopendocument.util.Tuple2
create, equals, get0, get1, hashCode, nullInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tuple2.List2

public Tuple2.List2(A a1,
                    A a2)
Method Detail

asList

public List<A> asList()
Overrides:
asList in class Tuple2<A,A>


Copyright © 2010 jOpenDocument All Rights Reserved.