Class LongTuple<V>

java.lang.Object
org.jgroups.util.LongTuple<V>

public class LongTuple<V> extends Object
A tuple with a long (primitive) first value
  • Field Details

    • val1

      private final long val1
    • val2

      private final V val2
  • Constructor Details

    • LongTuple

      public LongTuple(long val1, V val2)
  • Method Details

    • getVal1

      public long getVal1()
    • getVal2

      public V getVal2()
    • toString

      public String toString()
      Overrides:
      toString in class Object