Searched defs:EMPTY_LIST (Results 1 – 7 of 7) sorted by relevance
43 private static final ProtobufArrayList<Object> EMPTY_LIST = new ProtobufArrayList<Object>(); field in ProtobufArrayList
48 private static final BooleanArrayList EMPTY_LIST = new BooleanArrayList(); field in BooleanArrayList
48 private static final IntArrayList EMPTY_LIST = new IntArrayList(); field in IntArrayList
48 private static final FloatArrayList EMPTY_LIST = new FloatArrayList(); field in FloatArrayList
48 private static final LongArrayList EMPTY_LIST = new LongArrayList(); field in LongArrayList
48 private static final DoubleArrayList EMPTY_LIST = new DoubleArrayList(); field in DoubleArrayList
68 private static final LazyStringArrayList EMPTY_LIST = new LazyStringArrayList(); field in LazyStringArrayList