Class PrettyBitSet

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

    public class PrettyBitSet
    extends java.util.BitSet
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.util.BitSet

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

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

      • PrettyBitSet

        public PrettyBitSet()
      • PrettyBitSet

        public PrettyBitSet​(int nbits)
      • PrettyBitSet

        public PrettyBitSet​(java.util.BitSet other)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.BitSet