Class AbstractWrappedCollection<T>

java.lang.Object
org.core.collection.AbstractWrappedCollection<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, WrappedCollection<T>

public class AbstractWrappedCollection<T> extends Object implements WrappedCollection<T>