Uses of Class
org.infinispan.commons.util.ByRef
Packages that use ByRef
Package
Description
Commons package providing various utility classes
-
Uses of ByRef in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type ByRefModifier and TypeMethodDescriptionprotected V
SimpleCacheImpl.computeIfAbsentInternal
(K key, Function<? super K, ? extends V> mappingFunction, ByRef<V> newValueRef) protected V
StatsCollectingCache.computeIfAbsentInternal
(K key, Function<? super K, ? extends V> mappingFunction, ByRef<V> newValueRef) -
Uses of ByRef in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return ByRef