Class CatenatedCollection<E>
java.lang.Object
java.util.AbstractCollection<E>
generic.AbstractUnionedCollection<E>
generic.CatenatedCollection<E>
- All Implemented Interfaces:
Iterable<E>, Collection<E>
-
Field Summary
Fields inherited from class AbstractUnionedCollection
collections -
Constructor Summary
ConstructorsConstructorDescriptionCatenatedCollection(Collection<? extends E>... collections) CatenatedCollection(Collection<? extends Collection<? extends E>> collections) -
Method Summary
Methods inherited from class AbstractUnionedCollection
clear, contains, isEmpty, remove, removeAll, retainAll, sizeMethods inherited from class AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
CatenatedCollection
-
CatenatedCollection
-
-
Method Details
-
iterator
-