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