Class StatementMaker.NopBitSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    StatementMaker

    protected static class StatementMaker.NopBitSet
    extends java.util.BitSet
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NopBitSet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean get​(int var1)  
      void set​(int var1)  
      • Methods inherited from class java.util.BitSet

        and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NopBitSet

        protected NopBitSet()
    • Method Detail

      • get

        public boolean get​(int var1)
        Overrides:
        get in class java.util.BitSet
      • set

        public void set​(int var1)
        Overrides:
        set in class java.util.BitSet