Here you can find the source of getSecondInt(long c)
static int getSecondInt(long c)
//package com.java2s; //License from project: Open Source License public class Main { static int getSecondInt(long c) { return (int) c; }/* w ww .j a v a 2 s . co m*/ }