Constructor and Description |
---|
IdentifierMap() |
IdentifierMap(int expectedSize) |
IdentifierMap(Map<String,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key) |
protected Map<String,V> |
delegate() |
V |
get(Object key) |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> map) |
V |
remove(Object key) |
clear, containsValue, createEntrySet, createKeySet, createValues, entrySet, equals, hashCode, isEmpty, keySet, size, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public IdentifierMap()
public IdentifierMap(int expectedSize)
Copyright © 2021 Atlassian. All rights reserved.