protected class SimpleCacheImpl.ConvertedIterable<C> extends Object implements CloseableIterable<CacheEntry<K,C>>
Constructor and Description |
---|
ConvertedIterable(Iterator<CacheEntry<K,V>> iterator,
Converter<? super K,? super V,? extends C> converter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
CloseableIterator<CacheEntry<K,C>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void close()
close
in interface AutoCloseable
close
in interface CloseableIterable<CacheEntry<K,C>>
public CloseableIterator<CacheEntry<K,C>> iterator()
iterator
in interface Iterable<CacheEntry<K,C>>
iterator
in interface CloseableIterable<CacheEntry<K,C>>
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.