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, values
equals, hashCode, toString
public OutgoingReferences()
public void merge(OutgoingReferences others)
others
- The new references