public class StringHashMapList3 extends IntStringMap
| Constructor and Description |
|---|
StringHashMapList3() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueAndShiftKeys(int fromIndex,
int toIndex,
String label)
shift elements all keys from starting index until the last toIndex.
|
void |
remove(int fromIndex,
int toIndex)
Removes elements of this list using optimised system calls.
|
void |
setAll(StringHashMapList other) |
void |
shiftKeys(int fromIndex,
int toIndex)
shift elements all keys from starting index until the last toIndex.
|
clear, containsKey, containsValue, entrySet, get, get, getStartIndex, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic void addValueAndShiftKeys(int fromIndex,
int toIndex,
String label)
fromIndex - the start index (inclusive).toIndex - the end index (exclusive).label - label to be addedpublic void remove(int fromIndex,
int toIndex)
fromIndex - the start index (inclusive).toIndex - the end index (exclusive).public void setAll(StringHashMapList other)
public void shiftKeys(int fromIndex,
int toIndex)
fromIndex - the start index (inclusive).toIndex - the end index (exclusive).Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.