Example usage for org.apache.commons.collections.primitives IntList interface-usage

List of usage examples for org.apache.commons.collections.primitives IntList interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections.primitives IntList interface-usage.

Usage

From source file jopt.csp.util.SortableIntList.java

/**
 * A flexible, sortable list of int primitives.  Borrows much
 * of its functionality from the ArrayIntList implementation
 * given in the Commons Primitives project
 * (http://jakarta.apache.org/commons/primitives/index.html)
 *