public abstract static class TopologyInfo.Location extends Object implements Comparable<TopologyInfo.Location>
Implements Comparable, but locations with equal capacity are equal, so they can't be used as map keys.
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TopologyInfo.Location o) |
Collection<String> |
getChildNames() |
String |
toString() |
public Collection<String> getChildNames()
public int compareTo(TopologyInfo.Location o)
compareTo in interface Comparable<TopologyInfo.Location>Copyright © 2022 JBoss by Red Hat. All rights reserved.