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 Summary
Constructors -
Method Summary
Methods inherited from class com.comphenix.protocol.wrappers.collection.ConvertedCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class com.comphenix.protocol.wrappers.collection.AbstractConverted
getInnerConverter, getOuterConverter, toInner, toOuterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ConvertedSet
-