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

com.github.ltsopensource.kv.Cursor Maven / Gradle / Ivy

package com.github.ltsopensource.kv;

/**
 * @author Robert HG ([email protected]) on 12/19/15.
 */
public interface Cursor {

    boolean hasNext();

    V next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy