Class TransformCollection<E,W>

java.lang.Object
com.aoapps.collections.transformers.TransformIterable<E,W>
com.aoapps.collections.transformers.TransformCollection<E,W>
All Implemented Interfaces:
Iterable<E>, Collection<E>
Direct Known Subclasses:
TransformList, TransformQueue, TransformSet

public class TransformCollection<E,W> extends TransformIterable<E,W> implements Collection<E>
Wraps a Collection, with optional type conversion.
Author:
AO Industries, Inc.