Class LowerCaseMap<V>
java.lang.Object
games.stendhal.server.core.rule.defaultruleset.LowerCaseMap<V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()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
-
LowerCaseMap
public LowerCaseMap()
-
-
Method Details
-
clear
public void clear() -
containsValue
- Specified by:
containsValuein interfaceMap<String,V>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,V>
-