Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Correspondence (0.05 sec)

  1. android/guava-tests/test/com/google/common/math/QuantilesTest.java

      private static final double ALLOWED_ERROR = 1.0e-10;
    
      /**
       * A {@link Correspondence} which accepts finite values within {@link #ALLOWED_ERROR} of each
       * other.
       */
      private static final Correspondence<Number, Number> FINITE_QUANTILE_CORRESPONDENCE =
          Correspondence.tolerance(ALLOWED_ERROR);
    
      /**
       * A {@link Correspondence} which accepts either finite values within {@link #ALLOWED_ERROR} of
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/math/QuantilesTest.java

      private static final double ALLOWED_ERROR = 1.0e-10;
    
      /**
       * A {@link Correspondence} which accepts finite values within {@link #ALLOWED_ERROR} of each
       * other.
       */
      private static final Correspondence<Number, Number> FINITE_QUANTILE_CORRESPONDENCE =
          Correspondence.tolerance(ALLOWED_ERROR);
    
      /**
       * A {@link Correspondence} which accepts either finite values within {@link #ALLOWED_ERROR} of
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/BiMap.java

       * associated key. The two bimaps are backed by the same data; any changes to one will appear in
       * the other.
       *
       * <p><b>Note:</b> There is no guaranteed correspondence between the iteration order of a bimap
       * and that of its inverse.
       *
       * @return the inverse view of this bimap
       */
      BiMap<V, K> inverse();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 17:32:30 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/BiMap.java

       * associated key. The two bimaps are backed by the same data; any changes to one will appear in
       * the other.
       *
       * <p><b>Note:</b> There is no guaranteed correspondence between the iteration order of a bimap
       * and that of its inverse.
       *
       * @return the inverse view of this bimap
       */
      BiMap<V, K> inverse();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Aug 06 17:32:30 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Streams.java

       * }
       *
       * <p>will print:
       *
       * {@snippet :
       * foo1:bar1
       * foo2:bar2
       * }
       *
       * <p><b>Warning:</b> If either supplied stream is a parallel stream, the same correspondence
       * between elements will be made, but the order in which those pairs of elements are passed to the
       * consumer is <i>not</i> defined.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 37K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.reqheader_web_crawling_config=Configuration Web
    labels.key_match_configuration=Correspondance de clé
    labels.key_match_list_term=Terme
    labels.key_match_list_query=Requête
    labels.key_match_term=Terme
    labels.key_match_query=Requête
    labels.key_match_size=Taille
    labels.key_match_boost=Boost
    labels.key_match_urls=URL
    labels.key_match_title_details=Correspondance de clé
    labels.design_configuration=Conception de la page
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_pt_BR.properties

    labels.search_result_time=({0} segundos)
    labels.prev_page=Anterior
    labels.next_page=Próximo
    labels.did_not_match=Nenhuma informação correspondente a <b>{0}</b> foi encontrada.
    labels.search_title=Fess
    labels.search_popular_word_word=Palavras populares:
    labels.search_related_queries=Palavras relacionadas:
    labels.search_result_select_sort=-  Ordenar  -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top