org.jboss.messaging.util
Class Pair<A,B>

java.lang.Object
  extended by org.jboss.messaging.util.Pair<A,B>

public class Pair<A,B>
extends java.lang.Object

A Pair

Author:
Tim Fox

Field Summary
 A a
           
 B b
           
 
Constructor Summary
Pair(A a, B b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public A a

b

public B b
Constructor Detail

Pair

public Pair(A a,
            B b)


Copyright © 2006 JBoss Inc. All Rights Reserved.