Searched defs:emptyList (Results 1 – 9 of 9) sorted by relevance
8 const emptyList = new BufferList(); constant
48 public static <E> ProtobufArrayList<E> emptyList() { in emptyList() method in ProtobufArrayList
53 public static BooleanArrayList emptyList() { in emptyList() method in BooleanArrayList
53 public static IntArrayList emptyList() { in emptyList() method in IntArrayList
53 public static FloatArrayList emptyList() { in emptyList() method in FloatArrayList
53 public static LongArrayList emptyList() { in emptyList() method in LongArrayList
53 public static DoubleArrayList emptyList() { in emptyList() method in DoubleArrayList
70 static LazyStringArrayList emptyList() { in emptyList() method in LazyStringArrayList
1072 Type emptyList = (Type) Collections.emptyList(); in newRepeatedGeneratedExtension() local