Extension [ extension #122 bitset version 3.2.0 ] { - Classes [1] { Class [ class BitSet implements Stringable ] { - Constants [0] { } - Static properties [0] { } - Static methods [4] { Method [ static public method fromArray ] { - Parameters [1] { Parameter #0 [ array $arr ] } - Return [ BitSet ] } Method [ static public method fromInteger ] { - Parameters [1] { Parameter #0 [ int $value ] } - Return [ BitSet ] } Method [ static public method fromString ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ BitSet ] } Method [ static public method fromRawValue ] { - Parameters [1] { Parameter #0 [ string $str ] } - Return [ BitSet ] } } - Properties [0] { } - Methods [21] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ int $value = 0 ] } } Method [ public method andOp ] { - Parameters [1] { Parameter #0 [ BitSet $set ] } - Return [ void ] } Method [ public method andNotOp ] { - Parameters [1] { Parameter #0 [ BitSet $set ] } - Return [ void ] } Method [ public method cardinality ] { - Parameters [0] { } - Return [ int ] } Method [ public method clear ] { - Parameters [2] { Parameter #0 [ int $from = -1 ] Parameter #1 [ int $to = 0 ] } - Return [ void ] } Method [ public method get ] { - Parameters [1] { Parameter #0 [ int $index ] } - Return [ bool ] } Method [ public method getRawValue ] { - Parameters [0] { } - Return [ string ] } Method [ public method intersects ] { - Parameters [1] { Parameter #0 [ BitSet $set ] } - Return [ bool ] } Method [ public method isEmpty ] { - Parameters [0] { } - Return [ bool ] } Method [ public method length ] { - Parameters [0] { } - Return [ int ] } Method [ public method nextClearBit ] { - Parameters [1] { Parameter #0 [ int $start ] } - Return [ int|bool ] } Method [ public method nextSetBit ] { - Parameters [1] { Parameter #0 [ int $start ] } - Return [ int|bool ] } Method [ public method orOp ] { - Parameters [1] { Parameter #0 [ BitSet $set ] } - Return [ void ] } Method [ public method previousClearBit ] { - Parameters [1] { Parameter #0 [ int $start ] } - Return [ int|bool ] } Method [ public method previousSetBit ] { - Parameters [1] { Parameter #0 [ int $start ] } - Return [ int|bool ] } Method [ public method set ] { - Parameters [2] { Parameter #0 [ int $from = -1 ] Parameter #1 [ int $to = 0 ] } - Return [ void ] } Method [ public method size ] { - Parameters [0] { } - Return [ int ] } Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } Method [ public method toInteger ] { - Parameters [0] { } - Return [ int ] } Method [ public method xorOp ] { - Parameters [1] { Parameter #0 [ BitSet $set ] } - Return [ void ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } } }