Uses of Class
com.comphenix.protocol.wrappers.collection.AbstractConverted
Packages that use AbstractConverted
-
Uses of AbstractConverted in com.comphenix.protocol.wrappers.collection
Subclasses of AbstractConverted in com.comphenix.protocol.wrappers.collectionModifier and TypeClassDescriptionclassConvertedCollection<VInner,VOuter>Represents a collection that wraps another collection by transforming the elements going in and out.classConvertedList<VInner,VOuter>Represents a list that wraps another list by transforming the items going in and out.classConvertedMap<Key,VInner,VOuter>Represents a map that wraps another map by transforming the entries going in and out.classConvertedMultimap<Key,VInner,VOuter>Represents a multimap that wraps another multimap by transforming the entries that are going in and out.classConvertedSet<VInner,VOuter>Represents a set that wraps another set by transforming the items going in and out.