|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.devicemanager.internal.DeviceManagerImpl.AttachmentPointComparator
protected class DeviceManagerImpl.AttachmentPointComparator
AttachmentPointComparator Compares two attachment points and returns the latest one. It is assumed that the two attachment points are in the same L2 domain.
Constructor Summary | |
---|---|
DeviceManagerImpl.AttachmentPointComparator()
|
Method Summary | |
---|---|
int |
compare(AttachmentPoint oldAP,
AttachmentPoint newAP)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public DeviceManagerImpl.AttachmentPointComparator()
Method Detail |
---|
public int compare(AttachmentPoint oldAP, AttachmentPoint newAP)
compare
in interface java.util.Comparator<AttachmentPoint>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |