Class ConflictIdSorter.ConflictId
- java.lang.Object
-
- org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
-
- Enclosing class:
- ConflictIdSorter
static final class ConflictIdSorter.ConflictId extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Collection<ConflictIdSorter.ConflictId>children(package private) intinDegree(package private) java.lang.Objectkey(package private) intminDepth
-
Constructor Summary
Constructors Constructor Description ConflictId(java.lang.Object key, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ConflictIdSorter.ConflictId child)booleanequals(java.lang.Object obj)inthashCode()voidpullup(int depth)java.lang.StringtoString()
-
-
-
Field Detail
-
key
final java.lang.Object key
-
children
java.util.Collection<ConflictIdSorter.ConflictId> children
-
inDegree
int inDegree
-
minDepth
int minDepth
-
-
Method Detail
-
add
public void add(ConflictIdSorter.ConflictId child)
-
pullup
public void pullup(int depth)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-