Class ConvertedList<VInner,​VOuter>

java.lang.Object
com.comphenix.protocol.wrappers.collection.AbstractConverted<VInner,​VOuter>
com.comphenix.protocol.wrappers.collection.ConvertedCollection<VInner,​VOuter>
com.comphenix.protocol.wrappers.collection.ConvertedList<VInner,​VOuter>
Type Parameters:
VInner - - type of the items in the inner invisible list.
VOuter - - type of the items publically accessible in the outer list.
All Implemented Interfaces:
Iterable<VOuter>, Collection<VOuter>, List<VOuter>

public abstract class ConvertedList<VInner,​VOuter> extends ConvertedCollection<VInner,​VOuter> implements List<VOuter>
Represents a list that wraps another list by transforming the items going in and out.
Author:
Kristian