Uses of Interface
abk.core.function.Instantiator

Packages that use Instantiator
abk.util Contiene clases de utilidad de diferentes tipos. 
 

Uses of Instantiator in abk.util
 

Fields in abk.util declared as Instantiator
private  Instantiator<T> ACachedReference.iFactory
          Factoría para construir una nueva instancia cuando la referencia suave se anule.
 

Methods in abk.util with parameters of type Instantiator
static
<K,V> ACachedMap<K,V>
ACachedMap.create(ACachedMap.Factory<K,V> valueFactory, Instantiator<Map<K,Reference<V>>> mapFactory)
          Constructor del mapa cacheado.
static
<T> ACachedReference<T>
ACachedReference.create(Instantiator<T> factory)
          Crea una nueva referencia cacheada usando la factoría que se le pasa.
 

Constructors in abk.util with parameters of type Instantiator
ACachedMap(ACachedMap.Factory<K,V> valueFactory, Instantiator<Map<K,Reference<V>>> mapFactory)
          Constructor del mapa cacheado.
ACachedReference(Instantiator<T> factory)
           
 



Copyright © 2024. All rights reserved.