Class LongDoublePair


  • public class LongDoublePair
    extends java.lang.Object
    Author:
    ldh
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long _V1  
      double _V2  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongDoublePair​(long v1, double v2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _V1

        public final long _V1
      • _V2

        public final double _V2
    • Constructor Detail

      • LongDoublePair

        public LongDoublePair​(long v1,
                              double v2)