Interface PsyBitwise<T extends PsyBitwise>

All Superinterfaces:
PsyConvertableToName, PsyConvertableToString, PsyLogical<T>, PsyObject
All Known Subinterfaces:
PsyIntegral
All Known Implementing Classes:
PsyBigInteger, PsyBitArray, PsyInteger

public interface PsyBitwise<T extends PsyBitwise> extends PsyLogical<T>
A representation of bitwise, a type of object that is an operand of bitwise operation. This interface declares methods for setting, clearing, testing of certain bits and bitwise shift.