JADE Java Persistence API
1.0

com.jadeworld.jade
Class Pair<A,B>

java.lang.Object
  extended by com.jadeworld.jade.Pair<A,B>

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

Internal class used in runtime annotation processing.


Constructor Summary
Pair(A first, B second)
           
 
Method Summary
 A first()
           
 B second()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(A first,
            B second)
Method Detail

first

public A first()

second

public B second()

JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation