Uses of Interface
org.openjena.atlas.lib.ActionKeyValue

Packages that use ActionKeyValue
org.openjena.atlas.iterator   
org.openjena.atlas.lib   
org.openjena.atlas.lib.cache   
 

Uses of ActionKeyValue in org.openjena.atlas.iterator
 

Methods in org.openjena.atlas.iterator with parameters of type ActionKeyValue
static
<K,V> void
MapUtils.apply(Map<K,V> map, ActionKeyValue<K,V> action)
           
static
<K,V> void
Iter.apply(Map<K,V> map, ActionKeyValue<K,V> action)
           
 

Uses of ActionKeyValue in org.openjena.atlas.lib
 

Methods in org.openjena.atlas.lib with parameters of type ActionKeyValue
static
<K,V> void
MapUtils.apply(Map<K,V> map, ActionKeyValue<K,V> action)
           
 void Cache.setDropHandler(ActionKeyValue<Key,Value> dropHandler)
          Register a callback - called when an object is dropped from the cache (optional operation)
 

Uses of ActionKeyValue in org.openjena.atlas.lib.cache
 

Methods in org.openjena.atlas.lib.cache with parameters of type ActionKeyValue
 void CacheSync.setDropHandler(ActionKeyValue<Key,T> dropHandler)
           
 void CacheWrapper.setDropHandler(ActionKeyValue<Key,T> dropHandler)
           
 void CacheStatsAtomic.setDropHandler(ActionKeyValue<Key,Value> dropHandler)
           
 void CacheStatsSimple.setDropHandler(ActionKeyValue<Key,Value> dropHandler)
           
 void CacheUnbounded.setDropHandler(ActionKeyValue<K,V> dropHandler)
           
 void CacheLRU.setDropHandler(ActionKeyValue<K,V> dropHandler)
          Callback for entries when dropped from the cache
 void CacheSimple.setDropHandler(ActionKeyValue<K,V> dropHandler)
          Callback for entries when dropped from the cache
 void Cache1.setDropHandler(ActionKeyValue<K,V> dropHandler)
           
 void Cache0.setDropHandler(ActionKeyValue<K,V> dropHandler)
           
 



Licenced under the Apache License, Version 2.0