public interface XMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
XIterator<Map.Entry<K,V>> |
reuseableEntryIterator()
Returns a reusable value iterator.
|
XIterator<K> |
reuseableKeyIterator()
Returns a reusable key iterator.
|
XIterator<V> |
reuseableValueIterator()
Returns a reusable value iterator.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesXIterator<K> reuseableKeyIterator()
XIterator.toFirst() is called by this method to reset it
to the beginning.UnsupportedOperationException - if the map doesn't support reusable iterators.XIterator<V> reuseableValueIterator()
XIterator.toFirst() is called by this method to reset it
to the beginning.UnsupportedOperationException - if the map doesn't support reusable iterators.XIterator<Map.Entry<K,V>> reuseableEntryIterator()
XIterator.toFirst() is called by this method to reset it
to the beginning.UnsupportedOperationException - if the map doesn't support reusable iterators.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.