Uses of Interface
com.vladsch.flexmark.util.collection.CollectionHost
Packages that use CollectionHost
Package
Description
-
Uses of CollectionHost in com.vladsch.flexmark.experimental.util.collection
Classes in com.vladsch.flexmark.experimental.util.collection that implement CollectionHost -
Uses of CollectionHost in com.vladsch.flexmark.util.collection
Classes in com.vladsch.flexmark.util.collection that implement CollectionHostModifier and TypeClassDescriptionprivate classOrderedMap.EntryCollectionHost<KK extends K, VV extends V>Fields in com.vladsch.flexmark.util.collection declared as CollectionHostModifier and TypeFieldDescription(package private) final @Nullable CollectionHost<V> ClassificationBag.hostprivate final @Nullable CollectionHost<K> OrderedMap.hostprivate final @Nullable CollectionHost<Paired<K, V>> OrderedMultiMap.hostprivate final @Nullable CollectionHost<E> OrderedSet.hostConstructors in com.vladsch.flexmark.util.collection with parameters of type CollectionHostModifierConstructorDescriptionClassificationBag(int capacity, @NotNull Function<V, K> mapper, @Nullable CollectionHost<V> host) ClassificationBag(@NotNull Function<V, K> mapper, @Nullable CollectionHost<V> host) OrderedMap(int capacity, @Nullable CollectionHost<K> host) OrderedMap(@NotNull CollectionHost<K> host) OrderedMultiMap(int capacity, @Nullable CollectionHost<Paired<K, V>> host) OrderedMultiMap(@NotNull CollectionHost<Paired<K, V>> host) OrderedSet(int capacity, @Nullable CollectionHost<E> host) OrderedSet(@NotNull CollectionHost<E> host) -
Uses of CollectionHost in com.vladsch.flexmark.util.dependency
Constructors in com.vladsch.flexmark.util.dependency with parameters of type CollectionHostModifierConstructorDescriptionDependentItemMap(int capacity, CollectionHost<Class<?>> host) DependentItemMap(CollectionHost<Class<?>> host)