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

/dalvik/dx/src/com/android/dx/cf/code/
H A DBootstrapMethodsList.java26 public class BootstrapMethodsList extends FixedSizeList { class in inherits:FixedSizeList
28 public static final BootstrapMethodsList EMPTY = new BootstrapMethodsList(0);
35 public BootstrapMethodsList(int count) { method in class:BootstrapMethodsList
84 public static BootstrapMethodsList concat(BootstrapMethodsList list1,
85 BootstrapMethodsList list2) {
94 BootstrapMethodsList result = new BootstrapMethodsList(sz1 + sz2);

Completed in 106 milliseconds