Class ConvertedCollection<VInner,VOuter>

java.lang.Object
com.comphenix.protocol.wrappers.collection.AbstractConverted<VInner,VOuter>
com.comphenix.protocol.wrappers.collection.ConvertedCollection<VInner,VOuter>
Type Parameters:
VInner - - type of the element in the inner invisible collection.
VOuter - - type of the elements publically accessible in the outer collection.
All Implemented Interfaces:
Iterable<VOuter>, Collection<VOuter>
Direct Known Subclasses:
ConvertedList, ConvertedSet

public abstract class ConvertedCollection<VInner,VOuter> extends AbstractConverted<VInner,VOuter> implements Collection<VOuter>
Represents a collection that wraps another collection by transforming the elements going in and out.