Package | Description |
---|---|
net.imglib2.cache | |
net.imglib2.cache.util |
Modifier and Type | Method and Description |
---|---|
default UncheckedCache<K,V> |
Cache.unchecked() |
Modifier and Type | Class and Description |
---|---|
class |
CacheAsUncheckedCacheAdapter<K,V>
Wraps a
Cache<K,V> as an UncheckedCache<K,V> . |
Modifier and Type | Method and Description |
---|---|
static <K,V> UncheckedCache<K,V> |
Caches.unchecked(Cache<K,V> cache) |
Copyright © 2015–2022 ImgLib2. All rights reserved.