Package io.jmix.core.common.collections
Class ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider
java.lang.Object
java.util.AbstractMap<K,V>
 
org.apache.commons.collections4.map.AbstractHashedMap<K,V>
 
org.apache.commons.collections4.map.AbstractLinkedMap
io.jmix.core.common.collections.ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider
- All Implemented Interfaces:
- Map,- org.apache.commons.collections4.Get,- org.apache.commons.collections4.IterableGet,- org.apache.commons.collections4.IterableMap,- org.apache.commons.collections4.OrderedMap,- org.apache.commons.collections4.Put
- Enclosing class:
- ReadOnlyLinkedMapValuesView
protected static class ReadOnlyLinkedMapValuesView.LinkedMapValuesIteratorProvider
extends org.apache.commons.collections4.map.AbstractLinkedMap
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static classNested classes/interfaces inherited from class org.apache.commons.collections4.map.AbstractLinkedMaporg.apache.commons.collections4.map.AbstractLinkedMap.EntrySetIterator<K extends Object,V extends Object>, org.apache.commons.collections4.map.AbstractLinkedMap.KeySetIterator<K extends Object>, org.apache.commons.collections4.map.AbstractLinkedMap.LinkEntry<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractLinkedMap.LinkIterator<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractLinkedMap.LinkMapIterator<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractLinkedMap.ValuesIterator<V extends Object> Nested classes/interfaces inherited from class org.apache.commons.collections4.map.AbstractHashedMaporg.apache.commons.collections4.map.AbstractHashedMap.EntrySet<K extends Object,V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashEntry<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.HashMapIterator<K extends Object, V extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.KeySet<K extends Object>, org.apache.commons.collections4.map.AbstractHashedMap.Values<V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Field SummaryFields inherited from class org.apache.commons.collections4.map.AbstractHashedMapDEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR, DEFAULT_THRESHOLD, GETKEY_INVALID, GETVALUE_INVALID, MAXIMUM_CAPACITY, NO_NEXT_ENTRY, NO_PREVIOUS_ENTRY, NULL, REMOVE_INVALID, SETVALUE_INVALID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic IteratorcreateValuesIterator(org.apache.commons.collections4.map.LinkedMap linkedMap) Methods inherited from class org.apache.commons.collections4.map.AbstractLinkedMapaddEntry, clear, containsValue, createEntry, createEntrySetIterator, createKeySetIterator, createValuesIterator, entryAfter, entryBefore, firstKey, getEntry, getEntry, init, lastKey, mapIterator, nextKey, previousKey, removeEntryMethods inherited from class org.apache.commons.collections4.map.AbstractHashedMapaddMapping, calculateNewCapacity, calculateThreshold, checkCapacity, clone, containsKey, convertKey, destroyEntry, doReadObject, doWriteObject, ensureCapacity, entryHashCode, entryKey, entryNext, entrySet, entryValue, equals, get, hash, hashCode, hashIndex, isEmpty, isEqualKey, isEqualValue, keySet, put, putAll, remove, removeMapping, reuseEntry, size, toString, updateEntry, valuesMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.collections4.GetcontainsKey, entrySet, get, isEmpty, keySet, remove, size, valuesMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, containsKey, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface org.apache.commons.collections4.Putput, putAll
- 
Constructor Details- 
LinkedMapValuesIteratorProviderprotected LinkedMapValuesIteratorProvider()
 
- 
- 
Method Details- 
createValuesIteratorpublic static Iterator createValuesIterator(org.apache.commons.collections4.map.LinkedMap linkedMap) 
 
-