Package | Description |
---|---|
net.imglib2.cache | |
net.imglib2.cache.util |
Modifier and Type | Method and Description |
---|---|
default <T> RemoverCache<T,V,D> |
RemoverCache.mapKeys(KeyBimap<T,K> keymap) |
default RemoverCache<K,V,D> |
LoaderRemoverCache.withLoader(CacheLoader<K,V> loader) |
Modifier and Type | Class and Description |
---|---|
class |
RemoverCacheKeyAdapter<K,L,V,D,C extends RemoverCache<L,V,D>> |
Modifier and Type | Class and Description |
---|---|
class |
LoaderRemoverCacheAsRemoverCacheAdapter<K,V,D>
Wraps a
LoaderRemoverCache<K,V> as a RemoverCache<K,V> . |
class |
RemoverCacheKeyAdapter<K,L,V,D,C extends RemoverCache<L,V,D>> |
Modifier and Type | Method and Description |
---|---|
static <K,L,V,D> RemoverCache<K,V,D> |
Caches.mapKeys(RemoverCache<L,V,D> cache,
KeyBimap<K,L> keymap) |
Modifier and Type | Method and Description |
---|---|
static <K,L,V,D> RemoverCache<K,V,D> |
Caches.mapKeys(RemoverCache<L,V,D> cache,
KeyBimap<K,L> keymap) |
Constructor and Description |
---|
RemoverCacheAsCacheAdapter(RemoverCache<K,V,D> cache,
CacheRemover<K,V,D> remover) |
Copyright © 2015–2022 ImgLib2. All rights reserved.