Interface ProxyList<E>

All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, SequencedCollection<E>
All Known Subinterfaces:
IniSection
All Known Implementing Classes:
IniSectionImpl

public interface ProxyList<E> extends List<E>
Since:
Java 17+
Author:
Kimi Liu