Searched defs:EMPTY_LIST (Results 1 – 3 of 3) sorted by relevance
30 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in BaseSearchIndexProvider
165 private static final List<String> EMPTY_LIST = Collections.<String>emptyList(); field in Index
94 private static ArrayList<Result> EMPTY_LIST = new ArrayList<Result>(); field in EventLocationAdapter