public class TUnmodifiableByteLists extends Object
public static TByteListwrap(TByteList 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.