Class CloseableIteratorCollectionAdapter<E>

java.lang.Object
org.infinispan.commons.util.CloseableIteratorCollectionAdapter<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, CloseableIteratorCollection<E>
Direct Known Subclasses:
CloseableIteratorSetAdapter

public class CloseableIteratorCollectionAdapter<E> extends Object implements CloseableIteratorCollection<E>
Author:
Radim Vansa <[email protected]>