|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.util.Tuple2<A,B> org.jopendocument.util.Tuple3<A,A,A> org.jopendocument.util.Tuple3.List3<A>
public static final class Tuple3.List3<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 |
---|
public Tuple3.List3(A a1, A a2, A a3)
Method Detail |
---|
public List<A> asList()
asList
in class Tuple3<A,A,A>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |