protected static class MapUtil.SequentialKeyValuePairIterator<K,V> extends MapUtil.KeyValuePairIterator<K,V>
iterator, keyType, valueType| Constructor and Description |
|---|
SequentialKeyValuePairIterator(Class<K> keyType,
Class<V> valueType,
Iterator<?> iterator) |
| Modifier and Type | Method and Description |
|---|---|
K |
nextKey() |
V |
nextValue() |
hasNextKeyValuePairpublic K nextKey()
nextKey in class MapUtil.KeyValuePairIterator<K,V>public V nextValue()
nextValue in class MapUtil.KeyValuePairIterator<K,V>Copyright © 2000–2018 LOCKSS Program. All rights reserved.