ClassificationBag(@NotNull Function<V,K> mapper,
@Nullable CollectionHost<V> host) |
ClassificationBag(int capacity,
@NotNull Function<V,K> mapper,
@Nullable CollectionHost<V> host) |
OrderedMap(@NotNull CollectionHost<K> host) |
OrderedMap(int capacity,
@Nullable CollectionHost<K> host) |
OrderedMultiMap(@NotNull CollectionHost<com.vladsch.flexmark.util.misc.Paired<K,V>> host) |
OrderedMultiMap(int capacity,
@Nullable CollectionHost<com.vladsch.flexmark.util.misc.Paired<K,V>> host) |
OrderedSet(@NotNull CollectionHost<E> host) |
OrderedSet(int capacity,
@Nullable CollectionHost<E> host) |