|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.util.Tuple2<A,B>
org.jopendocument.util.Tuple3<A,B,C>
A - type of first value.B - type of second value.C - type of third value.public class Tuple3<A,B,C>
A simple class to hold 3 values in a type-safe manner.
| Nested Class Summary | |
|---|---|
static class |
Tuple3.List3<A>
|
| Nested classes/interfaces inherited from class org.jopendocument.util.Tuple2 |
|---|
Tuple2.List2<A> |
| Constructor Summary | |
|---|---|
Tuple3(A a,
B b,
C c)
|
|
| Method Summary | ||
|---|---|---|
List<? extends Object> |
asList()
|
|
static
|
create(A a,
B b,
C c)
|
|
C |
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(A a,
B b,
C c)
| Method Detail |
|---|
public static final <A,B,C> Tuple3<A,B,C> create(A a,
B b,
C c)
public final C get2()
public List<? extends Object> asList()
asList in class Tuple2<A,B>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||