|
|||||||||
| Home >> All >> org >> scoja >> [ util overview ] | PREV NEXT | ||||||||
Uses of Interface
org.scoja.util.ExpiringObject
| Uses of ExpiringObject in org.scoja.util |
| Classes in org.scoja.util that implement ExpiringObject | |
class |
ExpiringLRUCacheStressTest.User.KillMe
|
static class |
ExpiringLRUCacheTest.KillMe
|
class |
ImmortalObject
Es una implementación trivial de ExpiringObject para los objetos que no utilizan ningún recurso y que, por tanto, no tienen nada que hacer a su muerte. |
| Fields in org.scoja.util declared as ExpiringObject | |
protected ExpiringObject |
ExpiringLRUCache.Shell.value
|
| Methods in org.scoja.util that return ExpiringObject | |
ExpiringObject |
LRUShell.getValue()
Devuelve el valor que contiene este objeto y que se supone que es el valor para la clave LRUShell.getKey() 55 . |
protected ExpiringObject |
ExpiringLRUCache.Shell.getCurrentValue()
|
ExpiringObject |
ExpiringLRUCache.Shell.getValue()
|
| Methods in org.scoja.util with parameters of type ExpiringObject | |
void |
LRUShell.put(ExpiringObject value)
Pone el valor a value, cuando el objeto está
indefinido. |
void |
ExpiringLRUCache.Shell.put(ExpiringObject value)
|
|
|||||||||
| Home >> All >> org >> scoja >> [ util overview ] | PREV NEXT | ||||||||