|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.Pair<A,B>
A
- first item of pairB
- second item of pairpublic class Pair<A,B>
A simple Pair class
Field Summary | |
---|---|
A |
first
|
B |
second
|
Constructor Summary | |
---|---|
Pair(A first,
B second)
|
Method Summary | |
---|---|
A |
getFirst()
|
B |
getSecond()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final A first
public final B second
Constructor Detail |
---|
public Pair(A first, B second)
Method Detail |
---|
public A getFirst()
public B getSecond()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |