HomeSort by relevance Sort by last modified time
    Searched full:removalindex (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/util/
ArrayList.java 560 private int removalIndex = -1;
579 return (E) ourList.array[removalIndex = ourList.size - rem];
584 int removalIdx = removalIndex;
593 removalIndex = -1;

Completed in 4053 milliseconds