Uses of Interface
org.apache.commons.collections4.OrderedMapIterator
Package
Description
Interfaces and utilities shared across all packages.
Implements the
Iterator
interface.Implements the
Trie
interface.-
Uses of OrderedMapIterator in org.apache.commons.collections4
Modifier and TypeFieldDescriptionstatic final OrderedMapIterator
IteratorUtils.EMPTY_ORDERED_MAP_ITERATOR
An ordered map iterator over no elements.Modifier and TypeMethodDescriptionstatic <K,
V> OrderedMapIterator <K, V> IteratorUtils.emptyOrderedMapIterator()
Gets an empty ordered map iterator.OrderedMap.mapIterator()
Obtains anOrderedMapIterator
over the map. -
Uses of OrderedMapIterator in org.apache.commons.collections4.bidimap
Modifier and TypeClassDescriptionprotected static class
Inner class MapIterator.Modifier and TypeMethodDescriptionAbstractOrderedBidiMapDecorator.mapIterator()
DualTreeBidiMap.mapIterator()
Obtains an ordered map iterator.TreeBidiMap.mapIterator()
UnmodifiableOrderedBidiMap.mapIterator()
UnmodifiableSortedBidiMap.mapIterator()
-
Uses of OrderedMapIterator in org.apache.commons.collections4.iterators
Modifier and TypeClassDescriptionclass
Provides basic behavior for decorating an ordered map iterator with extra functionality.class
Provides an implementation of an empty ordered map iterator.final class
Decorates an ordered map iterator such that it cannot be modified.Modifier and TypeFieldDescriptionstatic final OrderedMapIterator
EmptyOrderedMapIterator.INSTANCE
Singleton instance of the iterator.Modifier and TypeMethodDescriptionstatic <K,
V> OrderedMapIterator <K, V> EmptyOrderedMapIterator.emptyOrderedMapIterator()
Gets a typed instance of the iterator.protected OrderedMapIterator
<K, V> AbstractOrderedMapIteratorDecorator.getOrderedMapIterator()
Gets the iterator being decorated.static <K,
V> OrderedMapIterator <K, V> UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator
(OrderedMapIterator<K, ? extends V> iterator) Decorates the specified iterator such that it cannot be modified.Modifier and TypeMethodDescriptionstatic <K,
V> OrderedMapIterator <K, V> UnmodifiableOrderedMapIterator.unmodifiableOrderedMapIterator
(OrderedMapIterator<K, ? extends V> iterator) Decorates the specified iterator such that it cannot be modified.ModifierConstructorDescriptionAbstractOrderedMapIteratorDecorator
(OrderedMapIterator<K, V> iterator) Constructor that decorates the specified iterator. -
Uses of OrderedMapIterator in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionprotected static class
MapIterator implementation.protected static class
OrderedMapIterator implementation.Modifier and TypeMethodDescriptionAbstractLinkedMap.mapIterator()
Gets an iterator over the map.AbstractOrderedMapDecorator.mapIterator()
AbstractSortedMapDecorator.mapIterator()
Obtains aMapIterator
over the map.ListOrderedMap.mapIterator()
SingletonMap.mapIterator()
Obtains anOrderedMapIterator
over the map.UnmodifiableOrderedMap.mapIterator()
-
Uses of OrderedMapIterator in org.apache.commons.collections4.trie
Modifier and TypeMethodDescriptionAbstractPatriciaTrie.mapIterator()
UnmodifiableTrie.mapIterator()