Package generic
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 generic.AbstractUnionedCollection
collections -
Constructor Summary
ConstructorsConstructorDescriptionCatenatedCollection(Collection<? extends E>... collections) CatenatedCollection(Collection<? extends Collection<? extends E>> collections) -
Method Summary
Methods inherited from class generic.AbstractUnionedCollection
clear, contains, isEmpty, remove, removeAll, retainAll, sizeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
CatenatedCollection
-
CatenatedCollection
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceCollection<E>- Specified by:
iteratorin interfaceIterable<E>- Specified by:
iteratorin classAbstractCollection<E>
-