Class LongTuple<V>


  • public class LongTuple<V>
    extends java.lang.Object
    A tuple with a long (primitive) first value
    Author:
    Bela Ban
    • Constructor Summary

      Constructors 
      Constructor Description
      LongTuple​(long val1, V val2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getVal1()  
      V getVal2()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LongTuple

        public LongTuple​(long val1,
                         V val2)
    • Method Detail

      • getVal1

        public long getVal1()
      • getVal2

        public V getVal2()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object