|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.util.container.Single<A>
bibliothek.util.container.Tuple<A,B>
public class Tuple<A,B>
Field Summary | |
---|---|
private B |
b
|
Constructor Summary | |
---|---|
Tuple()
|
|
Tuple(A a,
B b)
|
Method Summary | |
---|---|
Tuple<A,B> |
clone()
|
boolean |
equals(java.lang.Object o)
|
B |
getB()
|
int |
hashCode()
|
void |
setB(B b)
|
java.lang.String |
toString()
|
Methods inherited from class bibliothek.util.container.Single |
---|
getA, setA |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private B b
Constructor Detail |
---|
public Tuple()
public Tuple(A a, B b)
Method Detail |
---|
public void setB(B b)
public B getB()
public Tuple<A,B> clone()
clone
in class Single<A>
public boolean equals(java.lang.Object o)
equals
in class Single<A>
public int hashCode()
hashCode
in class Single<A>
public java.lang.String toString()
toString
in class Single<A>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |