| Constructor and Description |
|---|
IntStringMap(int size,
float fillFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Integer,String>> |
entrySet() |
String |
get(int key) |
String |
get(Object key) |
int |
getStartIndex(Object key) |
boolean |
isEmpty() |
Set<Integer> |
keySet() |
String |
put(Integer key,
String value) |
void |
putAll(Map<? extends Integer,? extends String> m) |
String |
remove(Object key) |
int |
size() |
Collection<String> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Map<Integer,String>public boolean containsValue(Object value)
containsValue in interface Map<Integer,String>public String get(int key)
public int getStartIndex(Object key)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.