Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.scoja.util

Interface Summary
ExpiringObject Los objetos que se almacenan en la caché ExpiringLRUCache deben implementar esta interfaz para que haya una forma de informarlos de su muerte.
LRUShell Es un anexo a la interfaz de ExpiringLRUCache.
TransientMap.Graveyard  
 

Class Summary
ExpiringLRUCache Es una tabla con un tamaño limitado en espacio y en tiempo.
ExpiringLRUCacheStressTest  
ExpiringLRUCacheStressTest.User  
ExpiringLRUCacheTest  
ExpiringLRUCacheTest.KillMe  
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.
TransientMap Es una tabla que recuerda información sólo durante un cierto tiempo que llamaremos fading-out time.
TransientMap.Link  
UNIXAddress Unix socket Address.
UNIXServerSocket Unix Server socket implementation.
UNIXSocket Unix socket implementation.
UNIXSocketInputStream A UNIXSocketInputStream is a stream to read from a UNIXSocket
UNIXSocketOutputStream A UNIXSocketOutputStream is a stream to write to a UNIXSocket
UNIXSocketSerializationTest  
UNIXSocketTest