public final class Comparators extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<Application> |
APP_COMPARATOR |
static Comparator<ApplicationId> |
APP_ID_COMPARATOR |
static Comparator<TopologyCluster> |
CLUSTER_COMPARATOR |
static Comparator<ConnectPoint> |
CONNECT_POINT_COMPARATOR |
static Comparator<DeviceKey> |
DEVICE_KEY_COMPARATOR |
static Comparator<Element> |
ELEMENT_COMPARATOR |
static Comparator<ElementId> |
ELEMENT_ID_COMPARATOR |
static Comparator<FlowRule> |
FLOW_RULE_COMPARATOR |
static Comparator<FlowEntryWithLoad> |
FLOWENTRY_WITHLOAD_COMPARATOR |
static Comparator<Group> |
GROUP_COMPARATOR |
static Comparator<Interface> |
INTERFACES_COMPARATOR |
static Comparator<UiTopoLayout> |
LAYOUT_COMPARATOR |
static Comparator<Member> |
MEMBERSHIP_COMPARATOR |
static Comparator<ControllerNode> |
NODE_COMPARATOR |
static Comparator<Port> |
PORT_COMPARATOR |
static Comparator<Region> |
REGION_COMPARATOR |
static Comparator<TenantId> |
TENANT_ID_COMPARATOR |
public static final Comparator<ApplicationId> APP_ID_COMPARATOR
public static final Comparator<Application> APP_COMPARATOR
public static final Comparator<ElementId> ELEMENT_ID_COMPARATOR
public static final Comparator<Element> ELEMENT_COMPARATOR
public static final Comparator<FlowRule> FLOW_RULE_COMPARATOR
public static final Comparator<FlowEntryWithLoad> FLOWENTRY_WITHLOAD_COMPARATOR
public static final Comparator<Group> GROUP_COMPARATOR
public static final Comparator<Port> PORT_COMPARATOR
public static final Comparator<TopologyCluster> CLUSTER_COMPARATOR
public static final Comparator<ControllerNode> NODE_COMPARATOR
public static final Comparator<Member> MEMBERSHIP_COMPARATOR
public static final Comparator<ConnectPoint> CONNECT_POINT_COMPARATOR
public static final Comparator<Interface> INTERFACES_COMPARATOR
public static final Comparator<DeviceKey> DEVICE_KEY_COMPARATOR
public static final Comparator<Region> REGION_COMPARATOR
public static final Comparator<UiTopoLayout> LAYOUT_COMPARATOR
public static final Comparator<TenantId> TENANT_ID_COMPARATOR