- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for toInteger (0.04 sec)
-
FessProp.java
String[] v = s.split(":"); L844: if (v.length == 1) { L845: final int x = DfTypeUtil.toInteger(v[0].trim()); L846: return new Pair<>(x, x); L847: } L848: if (v.length == 2) { L849: final int x = DfTypeUtil.toInteger(v[0].trim()); L850: final int y = DfTypeUtil.toInteger(v[1].trim()); L851: return new Pair<>(x, y); L852: } L853: return...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes