public class EnclosureDescriptionCollection extends BaseCollection<EnclosureDescription>
EnclosureDescription instances.| Constructor and Description |
|---|
EnclosureDescriptionCollection()
Initializes a new instance.
|
EnclosureDescriptionCollection(Iterable<? extends EnclosureDescription> descriptions)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(Iterable<? extends EnclosureDescription> descriptions)
Adds an enumerable collection of descriptions to the end of this collection.
|
add, add, addAll, addAll, clear, clearItems, contains, containsAll, get, getItems, indexOf, insertItem, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeItem, retainAll, set, setItem, size, subList, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic EnclosureDescriptionCollection()
public EnclosureDescriptionCollection(@Nonnull Iterable<? extends EnclosureDescription> descriptions)
descriptions - The collection of descriptions to add.public final void addRange(@Nonnull Iterable<? extends EnclosureDescription> descriptions)
descriptions - The collection of descriptions to add.