Interface WrappedCollection<E>

All Superinterfaces:
Collection<E>, Iterable<E>
All Known Implementing Classes:
AbstractWrappedCollection

public interface WrappedCollection<E> extends Collection<E>