Interface Caches.MapCollectableCloseableIterable<K,V>

All Superinterfaces:
AutoCloseable, org.infinispan.commons.util.CloseableIterable<org.infinispan.container.entries.CacheEntry<K,V>>, Iterable<org.infinispan.container.entries.CacheEntry<K,V>>
Enclosing class:
Caches

public static interface Caches.MapCollectableCloseableIterable<K,V> extends org.infinispan.commons.util.CloseableIterable<org.infinispan.container.entries.CacheEntry<K,V>>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.infinispan.commons.util.CloseableIterable

    close, iterator

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • toMap

      Map<K,V> toMap()