Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for perc (0.12 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

      @Override
      public boolean isEmpty() {
        /*
         * Sum per-segment modCounts to avoid mis-reporting when elements are concurrently added and
         * removed in one segment while checking another, in which case the table was never actually
         * empty at any point. (The sum ensures accuracy up through at least 1<<31 per-segment
         * modifications before recheck.) Method containsValue() uses similar constructions for
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: OCaml */
        public static final String LABELS_facet_filetype_ocaml = "{labels.facet_filetype_ocaml}";
    
        /** The key of the message: Perl */
        public static final String LABELS_facet_filetype_perl = "{labels.facet_filetype_perl}";
    
        /** The key of the message: PHP */
        public static final String LABELS_facet_filetype_php = "{labels.facet_filetype_php}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top