Package org.apache.maven.internal.impl
Class MappedCollection<U,V> 
java.lang.Object
java.util.AbstractCollection<U>
org.apache.maven.internal.impl.MappedCollection<U,V> 
- All Implemented Interfaces:
- Iterable<U>,- Collection<U>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
- 
Constructor Details- 
MappedCollection
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Collection<U>
- Specified by:
- iteratorin interface- Iterable<U>
- Specified by:
- iteratorin class- AbstractCollection<U>
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<U>
- Specified by:
- sizein class- AbstractCollection<U>
 
 
-