Class CaseInsensitiveStringMap<T>

java.lang.Object
org.mvplugins.multiverse.core.utils.CaseInsensitiveStringMap<T>
Type Parameters:
T - the type of mapped values
All Implemented Interfaces:
Map<String,T>

@AvailableSince("5.5") public class CaseInsensitiveStringMap<T> extends Object implements Map<String,T>
A map with case-insensitive String keys. All keys are stored in lower-case form.
Since:
5.5