Uses of Interface
com.vladsch.flexmark.util.collection.iteration.Indexed
-
Packages that use Indexed Package Description com.vladsch.flexmark.util.collection com.vladsch.flexmark.util.collection.iteration com.vladsch.flexmark.util.sequence -
-
Uses of Indexed in com.vladsch.flexmark.util.collection
Classes in com.vladsch.flexmark.util.collection that implement Indexed Modifier and Type Class Description private classOrderedSet.IndexedProxyFields in com.vladsch.flexmark.util.collection declared as Indexed Modifier and Type Field Description private @Nullable Indexed<E>OrderedSet. allowConcurrentModsIndexedProxyprivate @Nullable Indexed<java.util.Map.Entry<K,V>>OrderedMap. indexedEntryProxyprivate @Nullable Indexed<java.util.Map.Entry<K,V>>OrderedMultiMap. indexedProxyprivate @Nullable Indexed<E>OrderedSet. indexedProxyprivate @Nullable Indexed<V>OrderedMap. indexedValueProxyMethods in com.vladsch.flexmark.util.collection that return Indexed Modifier and Type Method Description @NotNull Indexed<E>OrderedSet. getConcurrentModsIndexedProxy()@NotNull Indexed<java.util.Map.Entry<K,V>>OrderedMap. getIndexedEntryProxy()Indexed<java.util.Map.Entry<K,V>>OrderedMultiMap. getIndexedProxy()@NotNull Indexed<E>OrderedSet. getIndexedProxy()@NotNull Indexed<V>OrderedMap. getIndexedValueProxy() -
Uses of Indexed in com.vladsch.flexmark.util.collection.iteration
Fields in com.vladsch.flexmark.util.collection.iteration declared as Indexed Modifier and Type Field Description private @NotNull Indexed<R>IndexedItemIterable. itemsprivate Indexed<R>IndexedItemIterator. itemsprivate @NotNull Indexed<S>IndexedIterable. itemsprivate Indexed<S>IndexedIterator. itemsConstructors in com.vladsch.flexmark.util.collection.iteration with parameters of type Indexed Constructor Description IndexedItemIterable(@NotNull Indexed<R> items)IndexedItemIterable(@NotNull Indexed<R> items, boolean reversed)IndexedItemIterator(@NotNull Indexed<R> items)IndexedItemIterator(@NotNull Indexed<R> items, boolean isReversed)IndexedIterable(@NotNull Indexed<S> items, I iterable)IndexedIterator(@NotNull Indexed<S> items, I iterator) -
Uses of Indexed in com.vladsch.flexmark.util.sequence
Classes in com.vladsch.flexmark.util.sequence that implement Indexed Modifier and Type Class Description (package private) static classLineAppendableImpl.IndexedLineInfoProxy(package private) static classLineAppendableImpl.IndexedLineProxy
-