Class OutgoingReferences
Outgoing references.
They are simply a Map
where keys are the reference types (String) and
values are the reference values (List) with some convenient methods.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Modifier and TypeFieldDescriptionstatic final OutgoingReferences
An unmodifiable empty map of outgoing references -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
merge
(OutgoingReferences others) Merge outgoing references with the current onesMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
EMPTY
An unmodifiable empty map of outgoing references
-
-
Constructor Details
-
OutgoingReferences
public OutgoingReferences()
-
-
Method Details
-
merge
Merge outgoing references with the current ones- Parameters:
others
- The new references
-