public class DependentItemMap<D> extends com.vladsch.flexmark.util.collection.OrderedMap<Class<?>,DependentItem<D>>
| Constructor and Description |
|---|
DependentItemMap() |
DependentItemMap(com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host) |
DependentItemMap(int capacity) |
DependentItemMap(int capacity,
com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host) |
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, valuesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllspliteratorpublic DependentItemMap()
public DependentItemMap(int capacity)
public DependentItemMap(com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)
public DependentItemMap(int capacity,
com.vladsch.flexmark.util.collection.CollectionHost<Class<?>> host)
Copyright © 2020. All rights reserved.