Applies a procedure to each (key,value) pair of the receiver, if any. Iteration order is guaranteed to be identical to the order used by method {@link #forEachKey(IntProcedure)}.
@param procedure the procedure to be applied. Stops iteration if the procedure returns false, otherwise continues.
@return false if the procedure stopped before all keys where iterated over, true otherwise.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.