com.zipxap.vfs.dal.utility
Class ValuePair<t1,t2>
java.lang.Object
com.zipxap.vfs.dal.utility.ValuePair<t1,t2>
public class ValuePair<t1,t2>
- extends java.lang.Object
This is a general-purpose class for associating two values.
| Milestone | Who | Date, Time |
| Initial Version | K Penrose | September 25, 2007, 9:06 PM |
** Note that this table is not intended as an exhaustive list
of subtle changes. It is intended to list changes that break the
compatibility of older code, or major enhancements/rewrites
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValuePair
public ValuePair()
ValuePair
public ValuePair(t1 item1,
t2 item2)
getItem1
public t1 getItem1()
getItem2
public t2 getItem2()
setItem1
public void setItem1(t1 item1)
setItem2
public void setItem2(t2 item2)