Uses of Interface
abk.util.ACachedMap.Factory

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
<K,V> ACachedMap<K,V>
ACachedMap.create(ACachedMap.Factory<K,V> factory)
          Constructor del mapa cacheado, basado en un mapa de tipo WeakHashMap.
static
<K,V> ACachedMap<K,V>
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.
 



Copyright © 2024. All rights reserved.