|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.avaje.ebean.ValuePair
public class ValuePair
Holds two values as the result of a difference comparison.
Constructor Summary | |
---|---|
ValuePair(Object value1,
Object value2)
|
Method Summary | |
---|---|
Object |
getValue1()
Return the first value. |
Object |
getValue2()
Return the second value. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValuePair(Object value1, Object value2)
Method Detail |
---|
public Object getValue1()
public Object getValue2()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |