stetho/src/main/java/com/facebook/stetho/common/ListUtil.java [194:204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public E get(int location) {
      switch (location) {
        case 0:
          return mItem0;
        case 1:
          return mItem1;
        case 2:
          return mItem2;
        case 3:
          return mItem3;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



stetho/src/main/java/com/facebook/stetho/common/ListUtil.java [232:242]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public E get(int location) {
      switch (location) {
        case 0:
          return mItem0;
        case 1:
          return mItem1;
        case 2:
          return mItem2;
        case 3:
          return mItem3;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



