com.github.andrewoma.dexx.collection
Interface KeyFunction<K,V>

All Known Implementing Classes:
IdentityKeyFunction

public interface KeyFunction<K,V>

KeyFunction defines the interface for extracting a key from a value.

See Also:
DerivedKeyHashMap

Method Summary
 K key(V value)
           
 

Method Detail

key

@NotNull
K key(@NotNull
              V value)


Copyright © 2014. All Rights Reserved.