Uses of Class
abk.util.ACachedMap

Packages that use ACachedMap
abk.text Contiene clases de utilidad para manejar cadenas de texto. 
abk.util Contiene clases de utilidad de diferentes tipos. 
 

Uses of ACachedMap in abk.text
 

Fields in abk.text declared as ACachedMap
private static ACachedMap<AMessageBundle.BundleKey,AMessageBundle> AMessageBundle.cacheRef
           
 

Uses of ACachedMap in abk.util
 

Methods in abk.util that return ACachedMap
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.
 



Copyright © 2024. All rights reserved.