|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.migration.legacy.Pair<K,V>
K - type of first element.V - type of second element.public class Pair<K,V>
Holder object.
| Constructor Summary | |
|---|---|
Pair(K first,
V second)
|
|
| Method Summary | |
|---|---|
K |
getFirst()
|
V |
getSecond()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pair(K first,
V second)
| Method Detail |
|---|
public K getFirst()
public V getSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||