public class StringHashMapList extends ConcurrentHashMap<Integer,String>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringHashMapList() |
| 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, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesclonepublic 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 © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.