|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACachedMap.Factory | |
---|---|
abk.util | Contiene clases de utilidad de diferentes tipos. |
Uses of ACachedMap.Factory in abk.util |
---|
Fields in abk.util declared as ACachedMap.Factory | |
---|---|
private ACachedMap.Factory<K,V> |
ACachedMap.iFactory
Instancia para volver a crear/recuperar instancias a partir de su clave. |
Methods in abk.util with parameters of type ACachedMap.Factory | ||
---|---|---|
static
|
ACachedMap.create(ACachedMap.Factory<K,V> factory)
Constructor del mapa cacheado, basado en un mapa de tipo WeakHashMap. |
|
static
|
ACachedMap.create(ACachedMap.Factory<K,V> valueFactory,
Instantiator<Map<K,Reference<V>>> mapFactory)
Constructor del mapa cacheado. |
Constructors in abk.util with parameters of type ACachedMap.Factory | |
---|---|
ACachedMap(ACachedMap.Factory<K,V> factory)
Constructor del mapa cacheado, basado en un mapa de tipo WeakHashMap. |
|
ACachedMap(ACachedMap.Factory<K,V> valueFactory,
Instantiator<Map<K,Reference<V>>> mapFactory)
Constructor del mapa cacheado. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |