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

/dalvik/dx/src/com/android/dx/dex/file/
H A DStringIdItem.java26 public final class StringIdItem class in inherits:IndexedItem,Comparable
42 public StringIdItem(CstUtf8 value) { method in class:StringIdItem
54 if (!(other instanceof StringIdItem)) {
58 StringIdItem otherString = (StringIdItem) other;
70 StringIdItem otherString = (StringIdItem) other;

Completed in 358 milliseconds