Searches the list back to front for the last index of value.
@param value an int value
@return the last offset of the value, or -1 if it is not inthe list.
@see #binarySearch for faster searches on sorted lists
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.