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

org.cliffc.high_scale_lib.IntIterator Maven / Gradle / Ivy

The newest version!
package org.cliffc.high_scale_lib;

public interface IntIterator {
	public int next();
	public boolean hasNext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy