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 _ 

R

range(X, X) - Static method in class ch.claude_martin.enumbitset.EnumBitSet
Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.
remove(Object) - Method in interface ch.claude_martin.enumbitset.Domain
Domain is immutable and therefore does not support this method.
remove(Object) - Method in class ch.claude_martin.enumbitset.EnumBitSet
remove(Object) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
removeAll(Collection<?>) - Method in interface ch.claude_martin.enumbitset.Domain
Domain is immutable and therefore does not support this method.
removeAll(Collection<?>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
removeAll(Collection<?>) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
removedFrom(BigInteger) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Removes this from the given mask.
removedFrom(BitSet) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Removes this from the BitSet and returns the new BitSet.
removedFrom(E...) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a new EnumSet with this removed.
removedFrom(EnumBitSet<E>) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a new EnumBitSet with this removed.
removedFrom(EnumSet<E>) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Creates a new EnumSet with this removed.
removedFrom(long) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Removes this from the given mask.
removeIf(Predicate<? super T>) - Method in interface ch.claude_martin.enumbitset.Domain
Domain is immutable and therefore does not support this method.
removeIf(Predicate<? super T>) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
retainAll(Collection<?>) - Method in interface ch.claude_martin.enumbitset.Domain
Domain is immutable and therefore does not support this method.
retainAll(Collection<?>) - Method in class ch.claude_martin.enumbitset.EnumBitSet
retainAll(Collection<?>) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
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/