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

Alachisoft.NCache.Common.yield.YieldAdapterIterable Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Alachisoft.NCache.Common.yield;

/**
 * A special version of Iterable<> that returns YieldAdapterIterators<>.
 */
public interface YieldAdapterIterable extends Iterable {

    /**
     * Returns an iterator over the results.
     */
    YieldAdapterIterator iterator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy