Package okio
Class Options
- All Implemented Interfaces:
Iterable<ByteString>
,Collection<ByteString>
,List<ByteString>
,RandomAccess
,SequencedCollection<ByteString>
An indexed set of values that may be read with
BufferedSource.select(okio.Options)
.-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Method Summary
Modifier and TypeMethodDescriptionget
(int i) static Options
of
(ByteString... byteStrings) final int
size()
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
Method Details
-
of
-
get
- Specified by:
get
in interfaceList<ByteString>
- Specified by:
get
in classAbstractList<ByteString>
-
size
public final int size()- Specified by:
size
in interfaceCollection<ByteString>
- Specified by:
size
in interfaceList<ByteString>
- Specified by:
size
in classAbstractCollection<ByteString>
-