edu.emory.mathcs.util.collections.ints
Class IntCollections

java.lang.Object
  extended byedu.emory.mathcs.util.collections.ints.IntCollections

public class IntCollections
extends java.lang.Object

Version:
1.0
Author:
Dawid Kurzyniec

Nested Class Summary
static class IntCollections.SimpleInterval
           
 
Field Summary
static IntInterval EMPTY_INTERVAL
           
static IntList EMPTY_LIST
           
 
Method Summary
static IntList asList(int[] arr)
           
static IntInterval interval(int first, int last)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_INTERVAL

public static final IntInterval EMPTY_INTERVAL

EMPTY_LIST

public static final IntList EMPTY_LIST
Method Detail

interval

public static IntInterval interval(int first,
                                   int last)

asList

public static IntList asList(int[] arr)