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

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

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


Nested Class Summary
static class Triad.FirstConverter<T,K,L>
           
static class Triad.SecondConverter<T,K,L>
           
static class Triad.ThirdConverter<T,K,L>
           
 
Field Summary
 T first
           
 K second
           
 L third
           
 
Constructor Summary
Triad(T frst, K scnd, L thrd)
           
 
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

third

public L third
Constructor Detail

Triad

public Triad(T frst,
             K scnd,
             L thrd)