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 class
OrderedSet.IndexedProxy
Fields in com.vladsch.flexmark.util.collection declared as Indexed Modifier and Type Field Description private @Nullable Indexed<E>
OrderedSet. allowConcurrentModsIndexedProxy
private @Nullable Indexed<java.util.Map.Entry<K,V>>
OrderedMap. indexedEntryProxy
private @Nullable Indexed<java.util.Map.Entry<K,V>>
OrderedMultiMap. indexedProxy
private @Nullable Indexed<E>
OrderedSet. indexedProxy
private @Nullable Indexed<V>
OrderedMap. indexedValueProxy
Methods 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. items
private Indexed<R>
IndexedItemIterator. items
private @NotNull Indexed<S>
IndexedIterable. items
private Indexed<S>
IndexedIterator. items
Constructors 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 class
LineAppendableImpl.IndexedLineInfoProxy
(package private) static class
LineAppendableImpl.IndexedLineProxy
-