Class IntegerFlag<E extends FlagElement<E>>

java.lang.Object
org.midheaven.lang.IntegerFlag<E>
Type Parameters:
E - the corresponding FlagElement
All Implemented Interfaces:
Flag<E>

public class IntegerFlag<E extends FlagElement<E>> extends Object implements Flag<E>
Represents Integer Flag.
  • Method Details