HomeSort by relevance Sort by last modified time
    Searched defs:CircularIntArray (Results 1 - 3 of 3) sorted by null

  /frameworks/support/collection/src/main/java/androidx/collection/
CircularIntArray.java 19 * CircularIntArray is a circular integer array data structure that provides O(1) random read, O(1)
20 * prepend and O(1) append. The CircularIntArray automatically grows its capacity when number of
23 public final class CircularIntArray
49 public CircularIntArray() {
59 public CircularIntArray(int minCapacity) {
81 * Add an integer in front of the CircularIntArray.
93 * Add an integer at end of the CircularIntArray.
105 * Remove first integer from front of the CircularIntArray and return it.
107 * @throws ArrayIndexOutOfBoundsException if CircularIntArray is empty.
117 * Remove last integer from end of the CircularIntArray and return it
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 

Completed in 73 milliseconds