| Package | Description |
|---|---|
| com.comphenix.protocol.wrappers.collection |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertedCollection<VInner,VOuter>
Represents a collection that wraps another collection by transforming the elements going in and out.
|
class |
ConvertedList<VInner,VOuter>
Represents a list that wraps another list by transforming the items going in and out.
|
class |
ConvertedMap<Key,VInner,VOuter>
Represents a map that wraps another map by transforming the entries going in and out.
|
class |
ConvertedMultimap<Key,VInner,VOuter>
Represents a multimap that wraps another multimap by transforming the entries that are going in and out.
|
class |
ConvertedSet<VInner,VOuter>
Represents a set that wraps another set by transforming the items going in and out.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.