Package ghidra.app.util.opinion
Class LoaderMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<Loader,,Collection<LoadSpec>> NavigableMap<Loader,,Collection<LoadSpec>> SortedMap<Loader,Collection<LoadSpec>>
A
Map of Loaders to their respective LoadSpecs.
The Loader keys are sorted according to their natural
ordering.
- 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> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty
-
Constructor Details
-
LoaderMap
public LoaderMap()
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractMap<Loader,Collection<LoadSpec>>
-