类 Options
- 所有已实现的接口:
Iterable<ByteString>,Collection<ByteString>,List<ByteString>,RandomAccess,SequencedCollection<ByteString>
An indexed set of values that may be read with
BufferedSource.select(com.lark.oapi.okio.Options).-
方法概要
从类继承的方法 java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList从类继承的方法 java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString从接口继承的方法 java.util.Collection
parallelStream, removeIf, stream, toArray从接口继承的方法 java.util.List
addAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
-
方法详细资料
-
of
-
get
- 指定者:
get在接口中List<ByteString>- 指定者:
get在类中AbstractList<ByteString>
-
size
public final int size()- 指定者:
size在接口中Collection<ByteString>- 指定者:
size在接口中List<ByteString>- 指定者:
size在类中AbstractCollection<ByteString>
-