- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ClassInitializationDeadlock (0.11 sec)
-
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); static class Itr<E> extends AbstractIndexedListIterator<E> {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 27.7K bytes - Viewed (0)