|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
MapUtils.apply(Map<K,V> map,
ActionKeyValue<K,V> action)
|
|
static
|
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |