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 _ 

G

GeneralDomainBitSet<T> - Class in ch.claude_martin.enumbitset
Provides a mutable implementation of DomainBitSet, that can be used with any type.
getBit(int) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Returns the value of the bit with the specified index.
getBit(int) - Method in class ch.claude_martin.enumbitset.EnumBitSet
Returns the value of the bit with the specified index.
getBit(int) - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
getBit(int) - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
getDomain() - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Returns a distinct list, containing all elements of the domain.
getDomain() - Method in class ch.claude_martin.enumbitset.EnumBitSet
The Domain containing all elements of the enum type.
getDomain() - Method in class ch.claude_martin.enumbitset.GeneralDomainBitSet
 
getDomain() - Method in class ch.claude_martin.enumbitset.SmallDomainBitSet
 
getElement(int) - Method in interface ch.claude_martin.enumbitset.DomainBitSet
Returns an Optional that might contain the element at the specified position.
getEnumType() - Method in class ch.claude_martin.enumbitset.EnumBitSet
The enum type class that defines the available enum elements.
getEnumTypeSize() - Method in class ch.claude_martin.enumbitset.EnumBitSet
Amount of enum elements.
getType() - Method in exception ch.claude_martin.enumbitset.MoreThan64ElementsException
 
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/