com.planet_ink.coffee_mud.core.collections
Class Pair<T,K>

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.collections.Pair<T,K>

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


Nested Class Summary
static class Pair.FirstConverter<T,K>
           
static class Pair.SecondConverter<T,K>
           
 
Field Summary
 T first
           
 K second
           
 
Constructor Summary
Pair(T frst, K scnd)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public T first

second

public K second
Constructor Detail

Pair

public Pair(T frst,
            K scnd)