K - The type of the key.V - The type of the value.public static interface KeyMap.TraversalEvaluator<K,V>
void startNewKey(K key) throws Exception
key - The key traversed.Exception - Method forwards all exceptions.void nextValue(V value) throws Exception
value - The next value.Exception - Method forwards all exceptions.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.