Uses of Class
com.prineside.tdi2.utils.BitVector
Packages that use BitVector
-
Uses of BitVector in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils that return BitVectorModifier and TypeMethodDescriptionMethods in com.prineside.tdi2.utils with parameters of type BitVectorModifier and TypeMethodDescriptionvoid
Performs a logical AND of this target bit set with the argument bit set.void
Clears all of the bits in this bit set whose corresponding bit is set in the specified bit set.boolean
BitVector.containsAll
(BitVector other) Returns true if this bit set is a super set of the specified set, i.e.boolean
BitVector.exactlyTheSame
(BitVector vector) boolean
BitVector.intersects
(BitVector other) Returns true if the specified BitVector has any bits set to true that are also set to true in this BitVector.void
Performs a logical OR of this bit set with the bit set argument.void
void
Performs a logical XOR of this bit set with the bit set argument.Method parameters in com.prineside.tdi2.utils with type arguments of type BitVectorModifier and TypeMethodDescriptionConstructors in com.prineside.tdi2.utils with parameters of type BitVector