History - net.minecraft.server.management.LowerStringMap
1.8.9
Names
Fields
Constructors
Methods
1.8.8
Names
nk
net.minecraft.server.management.LowerStringMap
Fields
Map<String, V>: a, field_76117_a
Constructors
()
Methods
int (): size, size
boolean (): isEmpty, isEmpty
boolean (Object): containsKey, containsKey
boolean (Object): containsValue, containsValue
V (Object): get, get
V (String, V): a, put
V (Object): remove, remove
void (Map<? extends String, ? extends V>): putAll, putAll
void (): clear, clear
Set<String> (): keySet, keySet
Collection<V> (): values, values