Uses of Class
es.urjc.etsii.grafo.util.collections.BitSet
Packages that use BitSet
-
Uses of BitSet in es.urjc.etsii.grafo.util.collections
Methods in es.urjc.etsii.grafo.util.collections that return BitSetModifier and TypeMethodDescriptionBitSet.clone()Cloning thisBitSetproduces a newBitSetthat is equal to it.static BitSetBitSet.difference(BitSet a, BitSet b) Returns the difference between two sets as a new set.static BitSetBitSet.intersection(BitSet a, BitSet b) Returns the intersection between two sets as a new setstatic BitSetReturns a new BitSet containing all elements in range [0, n] except those present in the given set.static BitSetBitSet.of(int maxSize, int... numbers) Initialize a new bitset with the given numbersstatic BitSetBitSet.symmetricDifference(BitSet a, BitSet b) Returns the symmetric difference between two sets as a new setstatic BitSetReturns the union between two sets as a new setMethods in es.urjc.etsii.grafo.util.collections with parameters of type BitSetModifier and TypeMethodDescriptionvoidPerforms a logical AND of this target bit set with the argument bit set.voidClears all of the bits in thisBitSetwhose corresponding bit is set in the specifiedBitSet.voidBitSet.checkSameSize(BitSet set) static BitSetBitSet.difference(BitSet a, BitSet b) Returns the difference between two sets as a new set.static BitSetBitSet.intersection(BitSet a, BitSet b) Returns the intersection between two sets as a new setbooleanBitSet.intersects(BitSet set) Returns true if the specifiedBitSethas any bits set totruethat are also set totruein thisBitSet.static BitSetReturns a new BitSet containing all elements in range [0, n] except those present in the given set.voidPerforms a logical OR of this bit set with the bit set argument.static BitSetBitSet.symmetricDifference(BitSet a, BitSet b) Returns the symmetric difference between two sets as a new setstatic BitSetReturns the union between two sets as a new setvoidPerforms a logical XOR of this bit set with the bit set argument.Constructors in es.urjc.etsii.grafo.util.collections with parameters of type BitSet