com.avaje.ebean
Class ValuePair
java.lang.Object
com.avaje.ebean.ValuePair
-
public class ValuePair
- extends Object
-
Holds two values as the result of a difference comparison.
Constructor Summary |
ValuePair(Object value1, Object value2)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValuePair
public ValuePair(Object value1,
Object value2)
getValue1
public Object getValue1()
-
Return the first value.
-
getValue2
public Object getValue2()
-
Return the second value.
-
toString
public String toString()
-
- Overrides:
toString
in class Object
-
Copyright © 2010. All Rights Reserved.