| Package | Description |
|---|---|
| org.jivesoftware.smack.util.collections |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractHashedMap.HashMapIterator<K,V>
MapIterator implementation.
|
class |
EmptyMapIterator
Provides an implementation of an empty map iterator.
|
| Modifier and Type | Field and Description |
|---|---|
static MapIterator |
EmptyMapIterator.INSTANCE
Singleton instance of the iterator.
|
| Modifier and Type | Method and Description |
|---|---|
MapIterator<K,V> |
AbstractReferenceMap.mapIterator()
Gets a MapIterator over the reference map.
|
MapIterator<K,V> |
AbstractHashedMap.mapIterator()
Gets an iterator over the map.
|
MapIterator<K,V> |
IterableMap.mapIterator()
Obtains a
MapIterator over the map. |
Copyright © 2014. All Rights Reserved.