|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Getter | |
|---|---|
| org.openjena.atlas.lib | |
| org.openjena.atlas.lib.cache | |
| Uses of Getter in org.openjena.atlas.lib |
|---|
| Methods in org.openjena.atlas.lib with parameters of type Getter | ||
|---|---|---|
static
|
CacheFactory.createCache(Getter<Key,Value> getter,
int maxSize)
Create a cache which has space for upto a certain number of objects. |
|
static
|
CacheFactory.createCacheWithGetter(Cache<Key,Value> cache,
Getter<Key,Value> getter)
|
|
| Uses of Getter in org.openjena.atlas.lib.cache |
|---|
| Constructors in org.openjena.atlas.lib.cache with parameters of type Getter | |
|---|---|
CacheWithGetter(Cache<K,V> cache,
Getter<K,V> getter)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||