Package cds.healpix

Class Range


  • public class Range
    extends java.lang.Object
    Defines an Hash Range at the deeper depth (i.e. 29).
    Author:
    F.-X. Pineau
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long from
      Range lower bound (inclusive).
      long to
      Range lower bound (exclusive).
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(long from, long to)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • from

        public final long from
        Range lower bound (inclusive).
      • to

        public long to
        Range lower bound (exclusive).
    • Constructor Detail

      • Range

        public Range​(long from,
                     long to)