Package net.minecraft.src
Class LowerStringMap
java.lang.Object
net.minecraft.src.LowerStringMap
- All Implemented Interfaces:
Map
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object par1Obj) booleancontainsValue(Object par1Obj) entrySet()booleanisEmpty()keySet()voida map already defines a general putintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LowerStringMap
public LowerStringMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
putLower
a map already defines a general put -
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
put
-