org.jopendocument.util
Class Tuple3.List3<A>

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

public static final class Tuple3.List3<A>
extends Tuple3<A,A,A>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jopendocument.util.Tuple3
Tuple3.List3<A>
 
Nested classes/interfaces inherited from class org.jopendocument.util.Tuple2
Tuple2.List2<A>
 
Constructor Summary
Tuple3.List3(A a1, A a2, A a3)
           
 
Method Summary
 List<A> asList()
           
 
Methods inherited from class org.jopendocument.util.Tuple3
create, get2
 
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

Tuple3.List3

public Tuple3.List3(A a1,
                    A a2,
                    A a3)
Method Detail

asList

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


Copyright © 2010 jOpenDocument All Rights Reserved.