public class ComponentDep extends Object implements Comparable<ComponentDep>
| Modifier and Type | Field and Description |
|---|---|
Component |
from |
int |
strength |
Component |
to |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComponentDep that) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final Component from
public final Component to
public int strength
public int compareTo(ComponentDep that)
compareTo in interface Comparable<ComponentDep>Copyright © 2019. All rights reserved.