Interface ConcurrentChainedReference2ReferenceHashTable.BiObjectObjectObjectFunction<P1,P2,R>

Enclosing class:
ConcurrentChainedReference2ReferenceHashTable<K,V>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConcurrentChainedReference2ReferenceHashTable.BiObjectObjectObjectFunction<P1,P2,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(P1 key, P2 value)
     
  • Method Details

    • apply

      R apply(P1 key, P2 value)