com.netflix.servo.jsr166e
Interface ConcurrentHashMapV8.IntByIntToInt

Enclosing class:
ConcurrentHashMapV8<K,V>

public static interface ConcurrentHashMapV8.IntByIntToInt

Interface describing a function mapping two ints to an int


Method Summary
 int apply(int a, int b)
           
 

Method Detail

apply

int apply(int a,
          int b)