Module bus.setting

Interface ProxyList<E>

Type Parameters:
E - the type of elements in this list
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, SequencedCollection<E>
All Known Subinterfaces:
IniSection
All Known Implementing Classes:
IniSectionService

public interface ProxyList<E> extends List<E>
An interface representing a proxy for a List. It delegates all List operations to an underlying list instance provided by the implementing class.
Since:
Java 17+
Author:
Kimi Liu