Package org.onosproject.utils
Class Comparators
- java.lang.Object
-
- org.onosproject.utils.Comparators
-
public final class Comparators extends java.lang.ObjectVarious comparators.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator<Application>APP_COMPARATORstatic java.util.Comparator<ApplicationId>APP_ID_COMPARATORstatic java.util.Comparator<TopologyCluster>CLUSTER_COMPARATORstatic java.util.Comparator<ConnectPoint>CONNECT_POINT_COMPARATORstatic java.util.Comparator<DeviceKey>DEVICE_KEY_COMPARATORstatic java.util.Comparator<Element>ELEMENT_COMPARATORstatic java.util.Comparator<ElementId>ELEMENT_ID_COMPARATORstatic java.util.Comparator<FlowRule>FLOW_RULE_COMPARATORstatic java.util.Comparator<FlowEntryWithLoad>FLOWENTRY_WITHLOAD_COMPARATORstatic java.util.Comparator<Group>GROUP_COMPARATORstatic java.util.Comparator<Interface>INTERFACES_COMPARATORstatic java.util.Comparator<UiTopoLayout>LAYOUT_COMPARATORstatic java.util.Comparator<Member>MEMBERSHIP_COMPARATORstatic java.util.Comparator<ControllerNode>NODE_COMPARATORstatic java.util.Comparator<Port>PORT_COMPARATORstatic java.util.Comparator<Region>REGION_COMPARATORstatic java.util.Comparator<TenantId>TENANT_ID_COMPARATOR
-
-
-
Field Detail
-
APP_ID_COMPARATOR
public static final java.util.Comparator<ApplicationId> APP_ID_COMPARATOR
-
APP_COMPARATOR
public static final java.util.Comparator<Application> APP_COMPARATOR
-
ELEMENT_ID_COMPARATOR
public static final java.util.Comparator<ElementId> ELEMENT_ID_COMPARATOR
-
ELEMENT_COMPARATOR
public static final java.util.Comparator<Element> ELEMENT_COMPARATOR
-
FLOW_RULE_COMPARATOR
public static final java.util.Comparator<FlowRule> FLOW_RULE_COMPARATOR
-
FLOWENTRY_WITHLOAD_COMPARATOR
public static final java.util.Comparator<FlowEntryWithLoad> FLOWENTRY_WITHLOAD_COMPARATOR
-
GROUP_COMPARATOR
public static final java.util.Comparator<Group> GROUP_COMPARATOR
-
PORT_COMPARATOR
public static final java.util.Comparator<Port> PORT_COMPARATOR
-
CLUSTER_COMPARATOR
public static final java.util.Comparator<TopologyCluster> CLUSTER_COMPARATOR
-
NODE_COMPARATOR
public static final java.util.Comparator<ControllerNode> NODE_COMPARATOR
-
MEMBERSHIP_COMPARATOR
public static final java.util.Comparator<Member> MEMBERSHIP_COMPARATOR
-
CONNECT_POINT_COMPARATOR
public static final java.util.Comparator<ConnectPoint> CONNECT_POINT_COMPARATOR
-
INTERFACES_COMPARATOR
public static final java.util.Comparator<Interface> INTERFACES_COMPARATOR
-
DEVICE_KEY_COMPARATOR
public static final java.util.Comparator<DeviceKey> DEVICE_KEY_COMPARATOR
-
REGION_COMPARATOR
public static final java.util.Comparator<Region> REGION_COMPARATOR
-
LAYOUT_COMPARATOR
public static final java.util.Comparator<UiTopoLayout> LAYOUT_COMPARATOR
-
TENANT_ID_COMPARATOR
public static final java.util.Comparator<TenantId> TENANT_ID_COMPARATOR
-
-