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

net.arnx.jef4j.util.Record Maven / Gradle / Ivy

package net.arnx.jef4j.util;

public interface Record {
	public boolean exists(int pos);
	public long get(int pos);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy