edu.emory.mathcs.util.collections.shorts
Class ShortCollections

java.lang.Object
  extended byedu.emory.mathcs.util.collections.shorts.ShortCollections

public class ShortCollections
extends java.lang.Object

Version:
1.0
Author:
Dawid Kurzyniec

Nested Class Summary
static class ShortCollections.SimpleInterval
           
 
Field Summary
static ShortInterval EMPTY_INTERVAL
           
static ShortList EMPTY_LIST
           
 
Method Summary
static ShortList asList(short[] arr)
           
static ShortInterval interval(short first, short 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 ShortInterval EMPTY_INTERVAL

EMPTY_LIST

public static final ShortList EMPTY_LIST
Method Detail

interval

public static ShortInterval interval(short first,
                                     short last)

asList

public static ShortList asList(short[] arr)