Constructor and Description |
---|
CIKeyMap(Client client)
Constructs a map tied to a client.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Value>> |
entrySet()
Gets an UNCHANGING representation of the entries.
|
Value |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet()
Gets an UNCHANGING representation of the keys.
|
Value |
put(String key,
Value value) |
void |
putAll(Map<? extends String,? extends Value> m) |
Value |
remove(Object key) |
int |
size() |
protected String |
toLowerCase(String input)
Converts a given input to lower case based on the current
CaseMapping . |
String |
toString() |
Collection<Value> |
values()
Gets an UNCHANGING representation of the values.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
@Nonnull protected final String toLowerCase(@Nonnull String input)
CaseMapping
.input
- input to convertpublic boolean containsKey(@Nullable Object key)
containsKey
in interface Map<String,Value>
public boolean containsValue(@Nullable Object value)
containsValue
in interface Map<String,Value>
@Nonnull public Collection<Value> values()
@Nonnull public Set<Map.Entry<String,Value>> entrySet()
Copyright © 2013–2019 Kitteh. All rights reserved.