- clear() - Method in class de.bernd_michaely.common.util.ConcatCollection
-
- clone() - Method in class de.bernd_michaely.common.util.ConcatCollection
-
Returns a shallow copy of this collection.
- concat(ConcatCollection<T>) - Method in class de.bernd_michaely.common.util.ConcatCollection
-
Returns the concatenation of this and the other collection.
- ConcatCollection<T> - Class in de.bernd_michaely.common.util
-
A lightweight Collection which provides an efficient concatenation for two
instances of this type.
- ConcatCollection() - Constructor for class de.bernd_michaely.common.util.ConcatCollection
-
Creates a new empty ConcatCollection instance.
- ConcatCollection(Collection<? extends T>) - Constructor for class de.bernd_michaely.common.util.ConcatCollection
-
Creates a new ConcatCollection instance and adds all elements of the given
collection.