Package cdc.enums

Class MaskToString<M extends Mask<M,V>,V>

Type Parameters:
M - The mask type.
V - The value type.
All Implemented Interfaces:
Converter<M,String>, Function<M,String>

public class MaskToString<M extends Mask<M,V>,V> extends AbstractSequenceToString<M>
Converter from a mask to a string.
Author:
Damien Carbonne