List of usage examples for org.apache.commons.lang.math NumberUtils LONG_ONE
Long LONG_ONE
To view the source code for org.apache.commons.lang.math NumberUtils LONG_ONE.
Click Source Link
From source file:gov.nih.nci.caarray.dao.stub.ArrayDaoStub.java
@Override public Long getFirstFeatureId(ArrayDesignDetails designDetails) { return NumberUtils.LONG_ONE; }