コード例 #1
0
ファイル: LongStepable.java プロジェクト: treejames/mCloud
 public static long getMinValue(Paging<LongStepable> paging) {
   if (paging != null) {
     if (paging.getMin() != null) {
       return paging.getMin().getNumber();
     }
   }
   return getMinValue();
 }