Class ConvertedSet<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.ConvertedSet<VInner,VOuter>
Type Parameters:
VInner - - type of the element in the inner invisible set.
VOuter - - type of the elements publically accessible in the outer set.
All Implemented Interfaces:
Iterable<VOuter>, Collection<VOuter>, Set<VOuter>

public abstract class ConvertedSet<VInner,VOuter> extends ConvertedCollection<VInner,VOuter> implements Set<VOuter>
Represents a set that wraps another set by transforming the items going in and out.
  • Constructor Details