Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FEW_VALUES (1.94 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/ImmutableActionSet.java

     *
     * @param <T> the type of the subject of the action
     */
    public abstract class ImmutableActionSet<T> implements Action<T>, InternalListener {
        private static final int FEW_VALUES = 5;
        private static final ImmutableActionSet<Object> EMPTY = new EmptySet<Object>();
    
        /**
         * Creates an empty action set.
         */
        public static <T> ImmutableActionSet<T> empty() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 11K bytes
    - Viewed (0)
Back to top