Java tutorial
//package com.java2s; public class Main { public static int lastIndexOf(java.lang.CharSequence s, char ch) { throw new RuntimeException("Stub!"); } public static int lastIndexOf(java.lang.CharSequence s, char ch, int last) { throw new RuntimeException("Stub!"); } public static int lastIndexOf(java.lang.CharSequence s, char ch, int start, int last) { throw new RuntimeException("Stub!"); } }