public class TUnmodifiableIntLists extends Object
public static TIntListwrap(TIntList list)
The returned list will be serializable if the specified list is serializable. Similarly, the returned list will implement RandomAccess if the specified list does.
list - the list for which an unmodifiable view is to be returned.