// iterate over the array for( String oneItem : where ) { ... } // get specific items where.get( 1 );