Class FieldList.Empty<S extends FieldDescription>

Type Parameters:
S - The type of parameter descriptions represented by this list.
All Implemented Interfaces:
Iterable<S>, Collection<S>, List<S>, FieldList<S>, FilterableList<S,FieldList<S>>
Enclosing interface:
FieldList<T extends FieldDescription>

public static class FieldList.Empty<S extends FieldDescription> extends FilterableList.Empty<S,FieldList<S>> implements FieldList<S>
An implementation of an empty field list.