Package org.jgroups.util
Class LongTuple<V>
- java.lang.Object
-
- org.jgroups.util.LongTuple<V>
-
public class LongTuple<V> extends java.lang.Object
A tuple with a long (primitive) first value- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getVal1()
V
getVal2()
java.lang.String
toString()
-