com.netflix.servo.jsr166e
Interface ConcurrentHashMapV8.ObjectToInt<A>

Enclosing class:
ConcurrentHashMapV8<K,V>

public static interface ConcurrentHashMapV8.ObjectToInt<A>

Interface describing a function mapping its argument to an int


Method Summary
 int apply(A a)
           
 

Method Detail

apply

int apply(A a)