- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ClassInitializationDeadlock (0.09 seconds)
-
android/guava/src/com/google/common/collect/ImmutableList.java
} } /** A singleton implementation of iterator() for the empty ImmutableList. */ // TODO(b/345814817): Move this to RegularImmutableList? @SuppressWarnings("ClassInitializationDeadlock") private static final UnmodifiableListIterator<Object> EMPTY_ITR = new Itr<Object>(RegularImmutableList.EMPTY, 0); private static final class Itr<E> extends AbstractIndexedListIterator<E> {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 17:50:58 GMT 2025 - 27.5K bytes - Click Count (0)