org.apache.aries.jndi
Class Tuple<U,V>

java.lang.Object
  extended by org.apache.aries.jndi.Tuple<U,V>

public class Tuple<U,V>
extends Object


Field Summary
 U first
           
 V second
           
 
Constructor Summary
Tuple(U first, V second)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public final U first

second

public final V second
Constructor Detail

Tuple

public Tuple(U first,
             V second)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.