Searched defs:EMPTY_LIST (Results 1 – 3 of 3) sorted by relevance
30 private static final List<Integer> EMPTY_LIST = new ArrayList<>(); field in ValidationTest
52 private static final String EMPTY_LIST = ""; field in AllowListsTest
73 private static final List<String> EMPTY_LIST = Collections.emptyList(); field in PreIndexDataCollector