Searched refs:firstInfo (Results 1 – 1 of 1) sorted by relevance
221 …st<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInfo); in getAll() argument263 …t<T> getAll(String pattern, Object context, List<Finder> matcherList, Output<String[]> firstInfo) { in getAll() argument271 if (firstInfo != null && !list.isEmpty()) { in getAll()274 firstInfo.value = firstNode._info.value; in getAll()280 firstInfo.value = n._info.value; in getAll()298 Output<String[]> firstInfo = new Output<>(); in get() local299 …List<T> matches = getAll(pattern, context, matcherList, firstInfo); //need to get whole list becau… in get()302 arguments.value = firstInfo.value; in get()304 arguments.value = firstInfo.value; in get()475 Info firstInfo = new Info(); in addToList() local[all …]