public class CodePackage extends Object implements Comparable<CodePackage>
CodeMember.Codemap| Modifier and Type | Field and Description |
|---|---|
String |
fqn
Fully qualified name of the package, eg.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CodePackage that) |
boolean |
equals(Object o) |
int |
hashCode() |
Collection<CodeMember> |
members() |
int |
size() |
String |
toString() |
public final String fqn
java.util.concurrent.public Collection<CodeMember> members()
public int size()
public int compareTo(CodePackage that)
compareTo in interface Comparable<CodePackage>Copyright © 2019. All rights reserved.