Skip to content

Instantly share code, notes, and snippets.

View KazaKago's full-sized avatar

KazaKago KazaKago

View GitHub Profile
@KazaKago
KazaKago / CursorUtil.java
Last active September 11, 2015 02:32
Nullを考慮したCursor操作用ユーティリティクラス
import android.database.Cursor;
/**
* データベースカーソルのUtilクラス<br>
* 基本型もオブジェクト型として返却するためカラムがnullの場合にはnullを返す
*
* @author KCMEUser
*/
public class CursorUtil {