Class DimensionRange<T>

    • Field Detail

      • start

        protected int start
      • end

        protected int end
      • floor

        protected T floor
      • ceiling

        protected T ceiling
    • Constructor Detail

      • DimensionRange

        public DimensionRange​(int start,
                              int end,
                              T floor,
                              T ceiling,
                              NavigableSet<T> rangeSet)