You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ArrayDeque](https://developer.android.com/reference/java/util/ArrayDeque) that implements the [List](https://developer.android.com/reference/java/util/List) interface, to support fast random access to its elements (unlike pure ArrayDeque).
4
-
5
-
This class is essential to our app [Urban Biker](http://urban-bike-computer.com/), as it is at the core of most of our computation algorithms.
4
+
5
+
This class is at the core of many computation algorithms in our app [Urban Biker](http://urban-bike-computer.com/), so it has been proven countless times.
6
+
7
+
8
+
### To use this as a library in your app
9
+
10
+
Add the following line to your `build.gradle` file:
0 commit comments