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

com.ociweb.pronghorn.util.PoolIdxPredicate Maven / Gradle / Ivy

The newest version!
package com.ociweb.pronghorn.util;

public interface PoolIdxPredicate {

	/**
	 * 
	 * @param i the value in question, is this value i an acceptable choice
	 * @return true if this is an acceptable choice, does not guarantee that is is chosen.
	 */
	boolean isOk(int i);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy