Iterable<ByteString>, Collection<ByteString>, List<ByteString>, RandomAccesspublic final class Options extends AbstractList<ByteString> implements RandomAccess
BufferedSource.select(okio.Options).modCount| Modifier and Type | Method | Description |
|---|---|---|
ByteString |
get(int i) |
|
static Options |
of(ByteString... byteStrings) |
|
int |
size() |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListparallelStream, removeIf, streamaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArraypublic static Options of(ByteString... byteStrings)
public ByteString get(int i)
get in interface List<ByteString>get in class AbstractList<ByteString>public final int size()
size in interface Collection<ByteString>size in interface List<ByteString>size in class AbstractCollection<ByteString>Copyright © 2018. All rights reserved.