ByteCollection, ByteIterable, ByteList, java.io.Serializable, java.lang.Comparable<java.util.List<? extends java.lang.Byte>>, java.lang.Iterable<java.lang.Byte>, java.util.Collection<java.lang.Byte>, java.util.List<java.lang.Byte>, java.util.RandomAccesspublic static class ByteLists.UnmodifiableRandomAccessList extends ByteLists.UnmodifiableList implements java.util.RandomAccess, java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
ByteList |
subList(int from,
int to) |
Returns a type-specific view of the portion of this list from the index
from, inclusive, to the index to, exclusive. |
addAll, contains, containsAll, rem, removeAll, removeIf, removeIf, retainAll, toArray, toByteArray, toByteArrayadd, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, isEmpty, rem, remove, removeAll, removeAll, retainAll, retainAll, size, toArray, toArray, toArray, toByteArray, toByteArray, toStringforEach, forEachadd, add, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, equals, get, getByte, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeByte, removeElements, set, set, sizepublic ByteList subList(int from, int to)
ByteListfrom, inclusive, to the index to, exclusive.
Note that this specification strengthens the one given in
List.subList(int,int).
subList in interface ByteListsubList in interface java.util.List<java.lang.Byte>subList in class ByteLists.UnmodifiableListList.subList(int,int)