Class MappedCollection<U,V>
java.lang.Object
java.util.AbstractCollection<U>
org.apache.maven.impl.MappedCollection<U,V>
- All Implemented Interfaces:
Iterable<U>,Collection<U>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, 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
-
MappedCollection
-
-
Method Details
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<U>- Specified by:
sizein classAbstractCollection<U>
-