Example usage for org.apache.commons.lang.math NumberUtils LONG_ONE

List of usage examples for org.apache.commons.lang.math NumberUtils LONG_ONE

Introduction

In this page you can find the example usage for org.apache.commons.lang.math NumberUtils LONG_ONE.

Prototype

Long LONG_ONE

To view the source code for org.apache.commons.lang.math NumberUtils LONG_ONE.

Click Source Link

Document

Reusable Long constant for one.

Usage

From source file:gov.nih.nci.caarray.dao.stub.ArrayDaoStub.java

@Override
public Long getFirstFeatureId(ArrayDesignDetails designDetails) {
    return NumberUtils.LONG_ONE;
}