-
-
Method Summary
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
mapKey
@NotNull
M mapKey(@NotNull
K key)
-
-
addSetItem
boolean addSetItem(@NotNull
S s,
int item)
-
removeSetItem
boolean removeSetItem(@NotNull
S s,
int item)
-
containsSetItem
boolean containsSetItem(@NotNull
S s,
int item)
-
addItem
boolean addItem(@NotNull
K key,
int item)
-
removeItem
boolean removeItem(@NotNull
K key,
int item)
-
containsItem
boolean containsItem(@NotNull
K key,
int item)