Uses of Interface
cdc.enums.Mask
-
-
Uses of Mask in cdc.enums
Classes in cdc.enums with type parameters of type Mask Modifier and Type Interface Description protected static interfaceAbstractMask.Creator<M extends Mask<M,V>,V>classAbstractMaskToString<M extends Mask<M,V>,V>Converter of EnumMask to String.interfaceMask<M extends Mask<M,V>,V>Interface describing a mask based on DagType.interfaceMaskSupport<M extends Mask<M,V>,V>Interface describing a mask type.classMaskToString<M extends Mask<M,V>,V>Converter from a mask to a string.classStringToMask<M extends Mask<M,V>,V>Converter from a string to a mask.Classes in cdc.enums that implement Mask Modifier and Type Class Description classAbstractMask<M extends AbstractMask<M,V>,V>Mask (set) of values belonging to a list type.classBooleanMaskMask of non nullable booleans.classEnumMask<E extends Enum<E>>Specialization of AbstractEnumMask dedicated to non nullable standard enums masks.classNullableBooleanMaskMask of nullable booleans.classNullableEnumMask<E extends Enum<E>>Specialization of AbstractEnumMask dedicated to standard enums.Methods in cdc.enums with type parameters of type Mask Modifier and Type Method Description static <M extends Mask<M,V>,V>
AbstractMaskToString<M,V>AbstractMaskToString. create(Class<M> maskClass, String prefix, String separator, String suffix, Converter<? super V,String> converter)protected static <C extends AbstractMaskToString<M,V>,M extends Mask<M,V>,V>
Factory<C>AbstractMaskToString. factory(Class<C> converterClass, Class<M> maskClass, Class<V> valueClass, AbstractMaskToString.Creator<C,V> creator)Methods in cdc.enums with parameters of type Mask Modifier and Type Method Description MSynthesisMaskSupport. create(Mask<?,V> mask)Creates a synthesis mask from a standard mask.MAbstractSynthesisMask. merge(Mask<?,V> mask)MSynthesisMask. merge(Mask<?,V> mask)
-