Package org.drools.core.util.bitmask
Class SingleLongBitMask
- java.lang.Object
-
- org.drools.core.util.bitmask.SingleLongBitMask
-
- All Implemented Interfaces:
Serializable,Cloneable,BitMask
- Direct Known Subclasses:
AllSetBitMask,AllSetButLastBitMask,EmptyBitMask,EmptyButLastBitMask,LongBitMask
public abstract class SingleLongBitMask extends Object implements BitMask
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.util.bitmask.BitMask
BitMask.Factory
-
-
Constructor Summary
Constructors Constructor Description SingleLongBitMask()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract longasLong()abstract SingleLongBitMaskclone()booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.core.util.bitmask.BitMask
getInstancingStatement, intersects, isAllSet, isEmpty, isSet, reset, resetAll, set, setAll
-
-
-
-
Method Detail
-
asLong
public abstract long asLong()
-
clone
public abstract SingleLongBitMask clone()
-
-