Class Triple<V1,V2,V3>
java.lang.Object
org.jgroups.util.Triple<V1,V2,V3>
Holds 3 values, useful when we have a map with a key, but more than 1 value and we don't want to create a separate
holder object for the values, and don't want to pass the values as a list or array.
- Version:
- $Id: Triple.java,v 1.1.2.2 2008/01/22 10:49:38 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triple
-
-
Method Details
-
getVal1
-
setVal1
-
getVal2
-
setVal2
-
getVal3
-
setVal3
-
toString
-