Package org.apache.maven.plugin.compiler
Class DeltaList<E>
- java.lang.Object
-
- org.apache.maven.plugin.compiler.DeltaList<E>
-
final class DeltaList<E> extends java.lang.ObjectShow the modifications between two lists.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<E>addedprivate booleanhasChangedprivate java.util.List<E>removed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.Collection<E>getAdded()(package private) java.util.Collection<E>getRemoved()(package private) booleanhasChanged()
-