Skip navigation links
project home: http://claude-martin.ch/enumbitset/
A B C D E F G H I J M N O P R S T U X Z _ 

U

uncurry(BiFunction<TX, TY, R>) - Static method in class ch.claude_martin.enumbitset.Pair
union(DomainBitSet<T>, DomainBitSet<T>) - Static method in class ch.claude_martin.enumbitset.BitSetUtilities
Returns the union of two sets.
union(BigInteger) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
The union of this set and a set represented by a BitSet.
union(BitSet) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
The union of this set and a set represented by a BitSet.
union(Iterable<T>) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
The union of this set and a set represented by an iterable collection.
union(long) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
The union of this set and a set represented by a bit mask.
union(BigInteger) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given mask.
union(BitSet) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given set.
union(EnumBitSet<E>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given set.
union(EnumSet<E>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given set.
union(Iterable<E>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
 
union(long) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given mask.
union(BigInteger) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Takes the bitmasks of this and mask, then applies logical OR.
union(BitSet) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a new EnumSet with this added.
union(E...) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates an EnumBitSet containing this and all other elements.
union(EnumBitSet<E>) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Takes the bitmasks of this and a clone of mask, then applies logical OR.
union(EnumSet<E>) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a new EnumSet with this added.
union(long) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a bit mask with this included.
union(BigInteger) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
union(BitSet) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
union(Iterable<T>) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
union(long) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
union(BigInteger) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
union(BitSet) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
union(Iterable<T>) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
union(long) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
unionVarArgs(T...) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
The union of this set and a set represented by an array (varargs).
unionVarArgs(E...) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns a new EnumBitSet containing all elements that are in this or the given set.
unionVarArgs(T...) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
unionVarArgs(T...) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
A B C D E F G H I J M N O P R S T U X Z _ 
Skip navigation links
project home: http://claude-martin.ch/enumbitset/