Searched defs:ProtoId (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
H A DProtoId.java21 public final class ProtoId implements Comparable<ProtoId> { class in inherits:Comparable
27 public ProtoId(DexBuffer buffer, int shortyIndex, int returnTypeIndex, int parametersOffset) { method in class:ProtoId
34 public int compareTo(ProtoId other) {

Completed in 1741 milliseconds