K
- The key type associated with the operation.V
- The value type associated with the operation.U
- The update type associated with the operation.public interface Operation<K,V,U>
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArgs() |
K |
getKey() |
U |
getUpdate() |
V |
getValue() |
K getKey()
V getValue()
U getUpdate()
java.lang.Object[] getArgs()