public final class Options extends AbstractList<ByteString> implements RandomAccess
BufferedSource.select(okio.Options).modCount| Modifier and Type | Method and Description | 
|---|---|
| ByteString | get(int i) | 
| static Options | of(ByteString... byteStrings) | 
| int | size() | 
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic static Options of(ByteString... byteStrings)
public ByteString get(int i)
get in interface List<ByteString>get in class AbstractList<ByteString>public int size()
size in interface Collection<ByteString>size in interface List<ByteString>size in class AbstractCollection<ByteString>Copyright © 2017. All rights reserved.