|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hd.d.pg2k.svrCore.Tuple.Triple<T1,T2,T3>
public static final class Tuple.Triple<T1,T2,T3>
A simple immutable 3-tuple/triple (though the referenced items may be mutable). Any or all fields can be null.
Equality and hash are based on that of the three members.
| Field Summary | |
|---|---|
T1 |
first
The first member of the triple. |
T2 |
second
The second member of the triple. |
private static long |
serialVersionUID
|
T3 |
third
The third member of the triple. |
| Constructor Summary | |
|---|---|
Tuple.Triple(T1 first,
T2 second,
T3 third)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Hash is based on that of the members. |
java.lang.String |
toString()
Human-readable form. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final T1 first
public final T2 second
public final T3 third
private static final long serialVersionUID
| Constructor Detail |
|---|
public Tuple.Triple(T1 first,
T2 second,
T3 third)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
DHD Multimedia Gallery V1.60.69 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||