Interface ElementDecoder.DecodeProcessor<E,C>

Type Parameters:
E - the type of the element
C - the type of the collection to decode elements to
Enclosing interface:
ElementDecoder<E,R>

public static interface ElementDecoder.DecodeProcessor<E,C>
An interface to processing elements of the collection.