Class FilterableList.Empty<T,S extends FilterableList<T,S>>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
net.bytebuddy.matcher.FilterableList.Empty<T,S>
Type Parameters:
T - The type of the collection's elements.
S - The type of this list.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>, FilterableList<T,S>
Direct Known Subclasses:
AnnotationList.Empty, FieldList.Empty, MethodList.Empty, ParameterList.Empty, RecordComponentList.Empty, TypeList.Empty, TypeList.Generic.Empty
Enclosing interface:
FilterableList<T,S extends FilterableList<T,S>>

public static class FilterableList.Empty<T,S extends FilterableList<T,S>> extends AbstractList<T> implements FilterableList<T,S>
An implementation of an empty FilterableList.