private static class Felix.StartLevelTuple extends java.lang.Object implements java.lang.Comparable<Felix.StartLevelTuple>
| Modifier and Type | Field and Description |
|---|---|
private BundleImpl |
m_bundle |
private int |
m_level |
| Constructor and Description |
|---|
StartLevelTuple(BundleImpl bundle,
int level) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Felix.StartLevelTuple t) |
private final BundleImpl m_bundle
private int m_level
StartLevelTuple(BundleImpl bundle, int level)
public int compareTo(Felix.StartLevelTuple t)
compareTo in interface java.lang.Comparable<Felix.StartLevelTuple>