Class RangeBitmap.Bits

  • Enclosing class:
    RangeBitmap

    private static final class RangeBitmap.Bits
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long[] bits  
      private boolean empty  
      private boolean full  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Bits()  
    • Field Detail

      • bits

        private final long[] bits
      • empty

        private boolean empty
      • full

        private boolean full
    • Constructor Detail

      • Bits

        private Bits()
    • Method Detail

      • clear

        public void clear()
      • fill

        public void fill()
      • reset

        public void reset​(int boundary)
      • flip

        public void flip​(int from,
                         int to)