public class LeafInspectorList<T extends IsConflicting & IsRedundant> extends InspectorList<T> implements HasConflicts, HasRedundancy
IsConflicting.Covers<T>
modCount
Constructor and Description |
---|
LeafInspectorList(AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
Conflict |
hasConflicts() |
RedundancyResult |
hasRedundancy() |
add, conflicts, getUuidKey, isRedundant, keys, overlaps, subsumes, toString
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public LeafInspectorList(AnalyzerConfiguration configuration)
public Conflict hasConflicts()
hasConflicts
in interface HasConflicts
public RedundancyResult hasRedundancy()
hasRedundancy
in interface HasRedundancy
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.