Package com.comphenix.protocol.wrappers.collection
package com.comphenix.protocol.wrappers.collection
-
ClassDescriptionAbstractConverted<VInner,
VOuter> Represents an object that transform elements of type VInner to type VOuter and back again.BiFunction<T1,T2, TResult> Represents a function that accepts two parameters.Represents a set that will (best effort) cache elements before using an underlying set to retrieve the actual element.CachedSet<T>Represents a cached set.ConvertedCollection<VInner,VOuter> Represents a collection that wraps another collection by transforming the elements going in and out.ConvertedList<VInner,VOuter> Represents a list that wraps another list by transforming the items going in and out.ConvertedMap<Key,VInner, VOuter> Represents a map that wraps another map by transforming the entries going in and out.ConvertedMultimap<Key,VInner, VOuter> Represents a multimap that wraps another multimap by transforming the entries that are going in and out.ConvertedSet<VInner,VOuter> Represents a set that wraps another set by transforming the items going in and out.