protected static class RouterStubManager.Target extends Object implements Comparator<RouterStubManager.Target>
Modifier and Type | Field and Description |
---|---|
protected IpAddress |
bind_addr |
protected RouterStub.StubReceiver |
receiver |
protected IpAddress |
router_addr |
Constructor and Description |
---|
Target(IpAddress bind_addr,
IpAddress router_addr,
RouterStub.StubReceiver receiver) |
Modifier and Type | Method and Description |
---|---|
int |
compare(RouterStubManager.Target o1,
RouterStubManager.Target o2) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected final IpAddress bind_addr
protected final IpAddress router_addr
protected final RouterStub.StubReceiver receiver
public Target(IpAddress bind_addr, IpAddress router_addr, RouterStub.StubReceiver receiver)
public int compare(RouterStubManager.Target o1, RouterStubManager.Target o2)
compare
in interface Comparator<RouterStubManager.Target>
public boolean equals(Object obj)
equals
in interface Comparator<RouterStubManager.Target>
equals
in class Object
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.