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 _ 

N

name() - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns the name of this enum constant, exactly as declared in its enum declaration.
noneOf(List<T>) - Static method in interface ch.claude_martin.enumbitset.DomainBitSet
Creates a set with the given domain, that contains none of the elements.
noneOf(T...) - Static method in interface ch.claude_martin.enumbitset.DomainBitSet
Creates a set with the given domain, that contains none of the elements.
noneOf(Class<X>) - Static method in class ch.claude_martin.enumbitset.EnumBitSet
Creates an EnumBitSet containing none of the elements in the specified element type.
noneOf(LinkedHashSet<X>) - Static method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
Creates an empty set with the given domain.
noneOf(List<X>) - Static method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
Creates an empty set with the given domain.
noneOf(X...) - Static method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
Creates an empty set with the given domain.
noneOf(List<T>) - Static method in class ch.claude_martin.enumbitset.SmallDomainBitSet
Creates a set with the given domain, that contains none of the elements.
noneOf(T...) - Static method in class ch.claude_martin.enumbitset.SmallDomainBitSet
Creates a set with the given domain, that contains none of the elements.
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/