org.apache.hadoop.util
Interface IdentityHashStore.Visitor<K,V>

Enclosing class:
org.apache.hadoop.util.IdentityHashStore<K,V>

public static interface IdentityHashStore.Visitor<K,V>


Method Summary
 void accept(K k, V v)
           
 

Method Detail

accept

void accept(K k,
            V v)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.