for (int i$ = 0; i$ < len$; ++i$) {
            String token = arr$[i$];
            set.add(token);
        }