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

org.async.rmi.ResultSet Maven / Gradle / Ivy

package org.async.rmi;

/**
 * Created by Barak Bar Orion
 * 7/19/15.
 */
public interface ResultSet extends AutoCloseable {
    boolean next();
    V get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy