All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.stream.impl.AbstractDelegatingCacheSet Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.stream.impl;

import org.infinispan.CacheSet;
import org.infinispan.CacheStream;
import org.infinispan.commons.util.CloseableIteratorCollection;
import org.infinispan.commons.util.CloseableIteratorSet;
import org.infinispan.util.AbstractDelegatingCloseableIteratorSet;

/**
 * Same as {@link AbstractDelegatingCacheCollection} except this method implements Set as well.
 * @param 
 */
public abstract class AbstractDelegatingCacheSet extends AbstractDelegatingCacheCollection
        implements CacheSet {
   @Override
   protected abstract CacheSet delegate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy