Searched defs:emptyList (Results 1 – 13 of 13) sorted by relevance
31 List<String> emptyList = emptyList(); in createEmptyStringWhenJoiningEmptyListWithJoin() local43 List<String> emptyList = emptyList(); in createEmptyStringWhenJoiningEmptyListWithJoinStrings() local
229 List<Integer> emptyList = newArrayList(); in testMissingException() local267 List<Integer> emptyList = emptyList(); in testSimilarException() local292 List<Integer> emptyList = emptyList(); in testMismatchedException() local
130 List emptyList = new ArrayList(); in TestCharsetSelectorCodeCoverage() local
49 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
52 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
51 public static LongArrayList emptyList() { in emptyList() method in LongArrayList
51 public static IntArrayList emptyList() { in emptyList() method in IntArrayList
51 public static FloatArrayList emptyList() { in emptyList() method in FloatArrayList
52 public static DoubleArrayList emptyList() { in emptyList() method in DoubleArrayList
73 static LazyStringArrayList emptyList() { in emptyList() method in LazyStringArrayList
906 Type emptyList = (Type) Collections.emptyList(); in newRepeatedGeneratedExtension() local
92 List<Marker> emptyList = Collections.emptyList(); in iterator() local
191 <T extends Node> NodeList<T> emptyList() { in emptyList() method in GeneratedJavaParserBase