Searched defs:collections (Results 1 – 3 of 3) sorted by relevance
49 static Object[][] collections; field in Wrappers
50 static Object[][] collections; field in UnmodifiableMapEntrySet
61 List<Collection<Integer>> collections = new ArrayList<>(); in createCollections() local