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) int
inDegree
(package private) java.lang.Object
key
(package private) int
minDepth
-
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 void
add(ConflictIdSorter.ConflictId child)
boolean
equals(java.lang.Object obj)
int
hashCode()
void
pullup(int depth)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-