Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pessimistic (0.2 sec)

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

         * can be used internally to make better default dimensions for temporary objects. Therefore, it is
         * intended to return a value which is greater or equal to the real size (pessimistic). The typical use
         * case is creating a hash set or hash map of a collection without knowing the number of elements it
         * will contain. With this method we can properly size it and avoid resizes. The reason we use an
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 18 08:11:23 UTC 2017
    - 2.7K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/initialization/DefaultClassLoaderScope.java

        private List<ClassLoader> exportLoaders; // if not null, is not empty
        private ClassPath local = ClassPath.EMPTY;
        private List<ClassLoader> ownLoaders;
    
        // If these are not null, we are pessimistic (loaders asked for before locking)
        private MultiParentClassLoader exportingClassLoader;
        private MultiParentClassLoader localClassLoader;
    
        // What is actually exposed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 12 20:19:43 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top