public class OutgoingReferences extends HashMap<String,List<String>>
They are simply a Map where keys are the reference types (String) and
values are the reference values (List) with some convenient methods.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OutgoingReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
merge(OutgoingReferences others)
Merge outgoing references with the current ones
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic OutgoingReferences()
public void merge(OutgoingReferences others)
others - The new references