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 _ 

O

of(T...) - Static method in interface ch.claude_martin.enumbitset.Domain
Creates a Domain of the given elements.
of(Collection<? extends T>) - Static method in interface ch.claude_martin.enumbitset.Domain
Creates a Domain of the given elements. if the given collection is a Domain then the same reference is refurned.
of(X, X...) - Static method in class ch.claude_martin.enumbitset.EnumBitSet
Creates a new EnumBitSet containing at least one value.
of(LinkedHashSet<T>, Collection<T>) - Static method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
Creates an empty set with the given domain, containing the given elements.
of(List<T>, Collection<T>) - Static method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
Creates a set with the given domain, containing the given elements.
of(Class<TT>, TX, TY) - Static method in class ch.claude_martin.enumbitset.Pair
This creates the Pair and checks the types of both values.
of(TX, TY) - Static method in class ch.claude_martin.enumbitset.Pair
Creates a new pair.
of(List<T>, Collection<T>) - Static method in class ch.claude_martin.enumbitset.SmallDomainBitSet
Creates a set with the given domain, containing all given elements.
of(List<T>, long) - Static method in class ch.claude_martin.enumbitset.SmallDomainBitSet
Creates a set with the given domain, containing elements according to a given bit mask.
of(List<T>, T...) - Static method in class ch.claude_martin.enumbitset.SmallDomainBitSet
Creates a set with the given domain, containing all given elements.
ofEqualDomain(DomainBitSet<T>) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Compares the domains.
ofEqualDomain(DomainBitSet<E>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
 
ofEqualElements(DomainBitSet<T>) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Compares the elements, ignoring the domains.
ofEqualElements(DomainBitSet<T>) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
ofEqualElements(DomainBitSet<T>) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
ordinal() - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
 
others() - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns a set of all elements except this.
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/