Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static void cursorLongToContentValues(android.database.Cursor cursor, java.lang.String field,
            android.content.ContentValues values) {
        throw new RuntimeException("Stub!");
    }

    public static void cursorLongToContentValues(android.database.Cursor cursor, java.lang.String field,
            android.content.ContentValues values, java.lang.String key) {
        throw new RuntimeException("Stub!");
    }
}