Searched defs:captures (Results 1 – 2 of 2) sorted by relevance
142 List<String> captures = new ArrayList<String>(); in testWildcard_captureTail() local146 assertEquals(Arrays.asList(), captures); in testWildcard_captureTail() local192 List<String> captures = new ArrayList<String>(); in testWildcard_captureInner() local
92 V recursiveRetrieve(List<String> captures, List<String> strings) { in recursiveRetrieve()160 public @Nullable V retrieve(@Nullable List<String> captures, @NonNull String... strings) { in retrieve()