E
- the type of elements in this collection
Iterable<E>
, Collection<E>
AbstractList
, AbstractQueue
, AbstractSet
, ArrayDeque
, ConcurrentLinkedDeque
Constructors
boolean
Ensures that this collection contains the specified element (optional operation).
boolean
Adds all of the elements in the specified collection to this collection (optional operation).
void
Removes all of the elements from this collection (optional operation).
boolean
Returns true
if this collection contains the specified element.
boolean
Returns true
if this collection contains all of the elements in the specified collection.
boolean
Returns true
if this collection contains no elements.
Returns an iterator over the elements contained in this collection.
boolean
Removes a single instance of the specified element from this collection, if it is present (optional operation).
boolean
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
boolean
Retains only the elements in this collection that are contained in the specified collection (optional operation).
Returns an array containing all of the elements in this collection.
<T> T[]
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
Returns a string representation of this collection.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4