Package org.drools.util.bitmask
Class SingleLongBitMask
java.lang.Object
org.drools.util.bitmask.SingleLongBitMask
- All Implemented Interfaces:
Serializable,Cloneable,BitMask
- Direct Known Subclasses:
AllSetBitMask,AllSetButLastBitMask,EmptyBitMask,EmptyButLastBitMask,LongBitMask
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.util.bitmask.BitMask
getInstancingStatement, intersects, isAllSet, isEmpty, isSet, reset, resetAll, set, setAll
-
Constructor Details
-
SingleLongBitMask
public SingleLongBitMask()
-
-
Method Details