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