Class EmptyHybridBitSet

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean get​(long bit)  
      void set​(long bit)  
      • Methods inherited from class java.lang.Object

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

      • EmptyHybridBitSet

        public EmptyHybridBitSet()
    • Method Detail

      • set

        public void set​(long bit)
        Overrides:
        set in class HybridBitSet
      • get

        public boolean get​(long bit)
        Overrides:
        get in class HybridBitSet