Here you can find the source of nvlLang(Object contend)
public static Long nvlLang(Object contend)
//package com.java2s; public class Main { public static Long nvlLang(Object contend) { return contend != null ? (Long.parseLong(contend.toString())) : 0L; }/*w w w . j a v a2s . co m*/ }