Class EnumProperties<K>

  • All Implemented Interfaces:
    MutableProperties<K>, Properties<K>, java.lang.Iterable<K>

    public class EnumProperties<K>
    extends AbstractProperties<K>
    implements MutableProperties<K>
    Default data model for a collection of properties. ToDo: K should extends Enum<K>: EnumProperties<K extends Enum<K>>. Incompatible with JSweet