| Methods in org.terracotta.offheapstore with parameters of type BiFunction |
MetadataTuple<V> |
Segment.computeIfPresentWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|
MetadataTuple<V> |
OffHeapHashMap.computeIfPresentWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|
MetadataTuple<V> |
AbstractLockedOffHeapHashMap.computeIfPresentWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|
MetadataTuple<V> |
Segment.computeWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|
MetadataTuple<V> |
OffHeapHashMap.computeWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|
MetadataTuple<V> |
AbstractLockedOffHeapHashMap.computeWithMetadata(K key,
BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
|