Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static java.lang.CharSequence getRelativeTimeSpanString(long startTime) {
        throw new RuntimeException("Stub!");
    }

    public static java.lang.CharSequence getRelativeTimeSpanString(long time, long now, long minResolution) {
        throw new RuntimeException("Stub!");
    }

    public static java.lang.CharSequence getRelativeTimeSpanString(long time, long now, long minResolution,
            int flags) {
        throw new RuntimeException("Stub!");
    }

    public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context c, long millis,
            boolean withPreposition) {
        throw new RuntimeException("Stub!");
    }

    public static java.lang.CharSequence getRelativeTimeSpanString(android.content.Context c, long millis) {
        throw new RuntimeException("Stub!");
    }
}