public final class Options extends java.util.AbstractList<ByteString> implements java.util.RandomAccess
BufferedSource.select(okio.Options)
.Modifier and Type | Field and Description |
---|---|
(package private) ByteString[] |
byteStrings |
Modifier | Constructor and Description |
---|---|
private |
Options(ByteString[] byteStrings) |
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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
final ByteString[] byteStrings
private Options(ByteString[] byteStrings)
public 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>