public class TUnmodifiableDoubleLists extends Object
| Modifier and Type | Method and Description |
|---|---|
static TDoubleList |
wrap(TDoubleList
Returns an unmodifiable view of the specified Trove primitive list.
|
public static TDoubleListwrap(TDoubleList 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.