Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for valuePointer (0.32 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/collections/AbstractIterationOrderRetainingElementSource.java

            final List<Element<T>> backingList;
            final Spec<ValuePointer<?>> acceptanceSpec;
            int nextIndex = -1;
            int nextSubIndex = -1;
            int previousIndex = -1;
            int previousSubIndex = -1;
            T next;
            int expectedModCount = modCount;
    
            RealizedElementCollectionIterator(List<Element<T>> backingList, Spec<ValuePointer<?>> acceptanceSpec) {
                this.backingList = backingList;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 20:04:06 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top