| Modifier and Type | Class and Description |
|---|---|
static class |
EEVersion.EEType |
| Modifier and Type | Field and Description |
|---|---|
private EEVersion.EEType |
type |
private org.osgi.framework.Version |
version |
| Constructor and Description |
|---|
EEVersion(org.osgi.framework.Version version,
EEVersion.EEType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EEVersion other) |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
private org.osgi.framework.Version version
private EEVersion.EEType type
public EEVersion(org.osgi.framework.Version version,
EEVersion.EEType type)
public int compareTo(EEVersion other)
compareTo in interface java.lang.Comparable<EEVersion>public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object