Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//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!");
    }
}