Uses of Interface
org.terracotta.toolkit.internal.cache.ToolkitValueComparator

Packages that use ToolkitValueComparator
org.terracotta.toolkit.internal.cache   
 

Uses of ToolkitValueComparator in org.terracotta.toolkit.internal.cache
 

Methods in org.terracotta.toolkit.internal.cache with parameters of type ToolkitValueComparator
 boolean ToolkitCacheInternal.remove(Object key, Object value, ToolkitValueComparator<V> comparator)
          Removes the entry for a key only if currently mapped to a given value.
 boolean ToolkitCacheInternal.replace(K key, V oldValue, V newValue, ToolkitValueComparator<V> comparator)
          Replaces the entry for a key only if currently mapped to a given value.
 



Copyright © 2013 Terracotta, Inc.. All Rights Reserved.