boolean |
AbstractCharCollection.addAll(CharCollection c) |
Adds all elements of the given type-specific collection to this collection.
|
boolean |
AbstractCharList.addAll(int index,
CharCollection c) |
Delegates to a more generic method.
|
boolean |
AbstractCharList.addAll(CharCollection c) |
|
boolean |
AbstractCharList.CharSubList.addAll(int index,
CharCollection c) |
|
boolean |
CharArrayList.addAll(int index,
CharCollection c) |
|
boolean |
CharCollection.addAll(CharCollection c) |
|
boolean |
CharList.addAll(int index,
CharCollection c) |
|
boolean |
AbstractCharCollection.containsAll(CharCollection c) |
Checks whether this collection contains all elements from the given type-specific collection.
|
boolean |
CharCollection.containsAll(CharCollection c) |
|
static int |
CharIterators.pour(CharIterator i,
CharCollection s) |
Pours an iterator into a type-specific collection.
|
static int |
CharIterators.pour(CharIterator i,
CharCollection s,
int max) |
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
boolean |
AbstractCharCollection.removeAll(CharCollection c) |
Remove from this collection all elements in the given type-specific collection.
|
boolean |
CharCollection.removeAll(CharCollection c) |
|
boolean |
AbstractCharCollection.retainAll(CharCollection c) |
Retains in this collection only elements from the given type-specific collection.
|
boolean |
CharCollection.retainAll(CharCollection c) |
|
static long |
CharIterators.unwrap(CharIterator i,
CharCollection c) |
Unwraps an iterator into a type-specific collection.
|
static int |
CharIterators.unwrap(CharIterator i,
CharCollection c,
int max) |
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|