ch.javasoft.util.intcoll
Class IntCollections

java.lang.Object
  extended by ch.javasoft.util.intcoll.IntCollections

public class IntCollections
extends Object

The IntCollections contains, like the Collections class, static helper methods for int collections.


Field Summary
static IntList EMPTY_LIST
           
static IntMap EMPTY_MAP
           
static IntSet EMPTY_SET
           
 
Method Summary
static
<V> IntMap<V>
emptyMap()
           
static IntCollection unmodifiableCollection(IntCollection coll)
           
static IntList unmodifiableList(IntList list)
           
static
<V> IntMap<V>
unmodifiableMap(IntMap<V> map)
           
static IntSet unmodifiableSet(IntSet set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_LIST

public static final IntList EMPTY_LIST

EMPTY_SET

public static final IntSet EMPTY_SET

EMPTY_MAP

public static final IntMap EMPTY_MAP
Method Detail

emptyMap

public static <V> IntMap<V> emptyMap()

unmodifiableCollection

public static IntCollection unmodifiableCollection(IntCollection coll)

unmodifiableList

public static IntList unmodifiableList(IntList list)

unmodifiableSet

public static IntSet unmodifiableSet(IntSet set)

unmodifiableMap

public static <V> IntMap<V> unmodifiableMap(IntMap<V> map)