Uses of Interface
org.midheaven.lang.Flag
Packages that use Flag
-
Uses of Flag in org.midheaven.lang
Classes in org.midheaven.lang that implement FlagModifier and TypeClassDescriptionclassIntegerFlag<E extends FlagElement<E>>Represents Integer Flag.Methods in org.midheaven.lang that return FlagModifier and TypeMethodDescriptionFlag.clear(FlagElement<E> element) Performs clear.Flag.flip(FlagElement<E> element) Performs flip.Flag.set(FlagElement<E> element) Performs set.