public final class Options extends java.util.AbstractList<ByteString> implements java.util.RandomAccess
BufferedSource.select(okio.Options).| 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, waitpublic static Options of(ByteString... byteStrings)
public ByteString get(int i)
get in interface java.util.List<ByteString>get in class java.util.AbstractList<ByteString>public int size()
size in interface java.util.Collection<ByteString>size in interface java.util.List<ByteString>size in class java.util.AbstractCollection<ByteString>Copyright © 2018. All Rights Reserved.