Class DependentItemMap<D>
- java.lang.Object
-
- com.vladsch.flexmark.util.collection.OrderedMap<Class<?>,DependentItem<D>>
-
- com.vladsch.flexmark.util.dependency.DependentItemMap<D>
-
- All Implemented Interfaces:
Iterable<Map.Entry<Class<?>,DependentItem<D>>>,Map<Class<?>,DependentItem<D>>
public class DependentItemMap<D> extends com.vladsch.flexmark.util.collection.OrderedMap<Class<?>,DependentItem<D>>
-
-
Constructor Summary
Constructors Constructor Description DependentItemMap()DependentItemMap(int capacity)DependentItemMap(int capacity, com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)DependentItemMap(com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)
-
Method Summary
-
Methods inherited from class com.vladsch.flexmark.util.collection.OrderedMap
addAll, addNull, addNulls, clear, computeIfMissing, containsKey, containsValue, entries, entryIterable, entryIterator, entrySet, equals, forEach, get, getIndexedEntryProxy, getIndexedValueProxy, getKey, getModificationCount, getValue, hashCode, isEmpty, iterator, keyIterable, keyIterator, keys, keySet, put, putAll, remove, reversedEntryIterable, reversedEntryIterator, reversedIterable, reversedIterator, reversedKeyIterable, reversedKeyIterator, reversedValueIterable, reversedValueIterator, size, valueIterable, valueIterator, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
DependentItemMap
public DependentItemMap()
-
DependentItemMap
public DependentItemMap(int capacity)
-
DependentItemMap
public DependentItemMap(com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)
-
DependentItemMap
public DependentItemMap(int capacity, com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)
-
-