edu.emory.mathcs.util.collections.longs
Class LongCollections

java.lang.Object
  extended byedu.emory.mathcs.util.collections.longs.LongCollections

public class LongCollections
extends java.lang.Object

Version:
1.0
Author:
Dawid Kurzyniec

Nested Class Summary
static class LongCollections.SimpleInterval
           
 
Field Summary
static LongInterval EMPTY_INTERVAL
           
static LongList EMPTY_LIST
           
 
Method Summary
static LongList asList(long[] arr)
           
static LongInterval interval(long first, long 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 LongInterval EMPTY_INTERVAL

EMPTY_LIST

public static final LongList EMPTY_LIST
Method Detail

interval

public static LongInterval interval(long first,
                                    long last)

asList

public static LongList asList(long[] arr)