ch.javasoft.util.intcoll
Class IntCollections
java.lang.Object
ch.javasoft.util.intcoll.IntCollections
public class IntCollections
- extends Object
The IntCollections contains, like the Collections class,
static helper methods for int collections.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_LIST
public static final IntList EMPTY_LIST
EMPTY_SET
public static final IntSet EMPTY_SET
EMPTY_MAP
public static final IntMap EMPTY_MAP
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)