| Modifier and Type | Method and Description |
|---|---|
static Cookies |
copyOf(Iterable<? extends Cookie> cookies)
Deprecated.
Use
of(Iterable). |
static Cookies |
empty()
|
static Cookies |
of(Cookie... cookies)
Creates an instance with a copy of the specified set of
Cookies. |
static Cookies |
of(Iterable<? extends Cookie> cookies)
Creates an instance with a copy of the specified set of
Cookies. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamstatic Cookies empty()
static Cookies of(Cookie... cookies)
Cookies.static Cookies of(Iterable<? extends Cookie> cookies)
Cookies.@Deprecated static Cookies copyOf(Iterable<? extends Cookie> cookies)
of(Iterable).Cookies.Copyright © 2020 LeanCloud. All rights reserved.