com.atlassian.crowd.migration.legacy
Class Pair<K,V>

java.lang.Object
  extended by com.atlassian.crowd.migration.legacy.Pair<K,V>
Type Parameters:
K - type of first element.
V - type of second element.

public class Pair<K,V>
extends java.lang.Object

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

Pair

public Pair(K first,
            V second)
Method Detail

getFirst

public K getFirst()

getSecond

public V getSecond()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.