|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ACachedMap.create(ACachedMap.Factory<K,V> valueFactory,
Instantiator<Map<K,Reference<V>>> mapFactory)
Constructor del mapa cacheado. |
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||