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 _ 

E

elementOf(BigInteger) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns whether this value is set in the given bitmask.
elementOf(BitSet) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns whether this value is set in the given bitset.
elementOf(Collection<E>) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns whether this enum can be found in the given collection.
elementOf(Enum<E>...) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns whether this enum constant can be found in the array of constants of the same type.
elementOf(long) - Method in interface ch.claude_martin.enumbitset.EnumBitSetHelper
Returns whether this value is set in the given bitmask.
EnumBitSet<E extends Enum<E> & EnumBitSetHelper<E>> - Class in ch.claude_martin.enumbitset
This data structure allows managing enum constants in a mutable set with methods similar to EnumSet and BitSet.
EnumBitSetHelper<E extends Enum<E> & EnumBitSetHelper<E>> - Interface in ch.claude_martin.enumbitset
This extends any enum type with methods for bitwise operations and use in an EnumBitSet.
equals(Object) - Method in interface ch.claude_martin.enumbitset.Domain
Two domains are defined to be equal if they contain the same elements in the same order.
equals(Object) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Compares the specified object with this domain bit set for equality.
equals(Object) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Compares the specified object with this domain bit set for equality.
equals(Object) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
equals(Object) - Method in class ch.claude_martin.enumbitset.Pair
Compares two pairs for equality (by value comparison).
equals(Object) - 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/