Package Hierarchies:
Class Hierarchy
- java.lang.Object
- com.comphenix.protocol.wrappers.collection.AbstractConverted<VInner,VOuter>
- com.comphenix.protocol.wrappers.collection.ConvertedCollection<VInner,VOuter> (implements java.util.Collection<E>)
- com.comphenix.protocol.wrappers.collection.ConvertedList<VInner,VOuter> (implements java.util.List<E>)
- com.comphenix.protocol.wrappers.collection.ConvertedSet<VInner,VOuter> (implements java.util.Set<E>)
- com.comphenix.protocol.wrappers.collection.ConvertedMap<Key,VInner,VOuter> (implements java.util.Map<K,V>)
- com.comphenix.protocol.wrappers.collection.ConvertedMultimap<Key,VInner,VOuter> (implements com.google.common.collect.Multimap<K,V>)
- com.comphenix.protocol.wrappers.collection.CachedCollection<T> (implements java.util.Collection<E>)
- com.comphenix.protocol.wrappers.collection.CachedSet<T> (implements java.util.Set<E>)
Interface Hierarchy
- com.comphenix.protocol.wrappers.collection.BiFunction<T1,T2,TResult>