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 -
-
Uses of Indexed in com.vladsch.flexmark.util.collection
Methods in com.vladsch.flexmark.util.collection that return Indexed Modifier and Type Method Description @NotNull Indexed<E>OrderedSet. getConcurrentModsIndexedProxy()@NotNull Indexed<Map.Entry<K,V>>OrderedMap. getIndexedEntryProxy()Indexed<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
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)
-