public class DisplayContextFactoryReference<T extends DisplayContextFactory> extends Object implements Comparable<DisplayContextFactoryReference<?>>
| Constructor and Description |
|---|
DisplayContextFactoryReference(T displayContextFactory,
org.osgi.framework.ServiceReference<T> serviceReference) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DisplayContextFactoryReference<?> displayContextFactoryReference) |
boolean |
equals(Object object) |
T |
getDisplayContextFactory() |
org.osgi.framework.ServiceReference<T> |
getServiceReference() |
int |
hashCode() |
public int compareTo(DisplayContextFactoryReference<?> displayContextFactoryReference)
compareTo in interface Comparable<DisplayContextFactoryReference<?>>public boolean equals(Object object)
equals in class Objectpublic T getDisplayContextFactory()
public org.osgi.framework.ServiceReference<T> getServiceReference()
public int hashCode()
hashCode in class Object