public final class Comparators extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<org.onosproject.net.host.PortAddresses> |
ADDRESSES_COMPARATOR |
static Comparator<org.onosproject.core.Application> |
APP_COMPARATOR |
static Comparator<org.onosproject.core.ApplicationId> |
APP_ID_COMPARATOR |
static Comparator<org.onosproject.net.topology.TopologyCluster> |
CLUSTER_COMPARATOR |
static Comparator<org.onosproject.net.ConnectPoint> |
CONNECT_POINT_COMPARATOR |
static Comparator<org.onosproject.net.Element> |
ELEMENT_COMPARATOR |
static Comparator<org.onosproject.net.ElementId> |
ELEMENT_ID_COMPARATOR |
static Comparator<org.onosproject.net.flow.FlowRule> |
FLOW_RULE_COMPARATOR |
static Comparator<org.onosproject.net.group.Group> |
GROUP_COMPARATOR |
static Comparator<org.onosproject.incubator.net.intf.Interface> |
INTERFACES_COMPARATOR |
static Comparator<org.onosproject.cluster.ControllerNode> |
NODE_COMPARATOR |
static Comparator<org.onosproject.net.Port> |
PORT_COMPARATOR |
public static final Comparator<org.onosproject.core.ApplicationId> APP_ID_COMPARATOR
public static final Comparator<org.onosproject.core.Application> APP_COMPARATOR
public static final Comparator<org.onosproject.net.ElementId> ELEMENT_ID_COMPARATOR
public static final Comparator<org.onosproject.net.Element> ELEMENT_COMPARATOR
public static final Comparator<org.onosproject.net.flow.FlowRule> FLOW_RULE_COMPARATOR
public static final Comparator<org.onosproject.net.group.Group> GROUP_COMPARATOR
public static final Comparator<org.onosproject.net.Port> PORT_COMPARATOR
public static final Comparator<org.onosproject.net.topology.TopologyCluster> CLUSTER_COMPARATOR
public static final Comparator<org.onosproject.cluster.ControllerNode> NODE_COMPARATOR
public static final Comparator<org.onosproject.net.ConnectPoint> CONNECT_POINT_COMPARATOR
public static final Comparator<org.onosproject.net.host.PortAddresses> ADDRESSES_COMPARATOR
public static final Comparator<org.onosproject.incubator.net.intf.Interface> INTERFACES_COMPARATOR
Copyright © 2015. All rights reserved.