Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Aviolat (0.18 sec)

  1. android/guava/src/com/google/common/collect/Sets.java

       * <p><b>Warning:</b> {@code Range}s always represent a range of values using the values' natural
       * ordering. {@code NavigableSet} on the other hand can specify a custom ordering via a {@link
       * Comparator}, which can violate the natural ordering. Using this method (or in general using
       * {@code Range}) with unnaturally-ordered sets can lead to unexpected and undefined behavior.
       *
       * @since 20.0
       */
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 77.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

       * <p><b>Warning:</b> {@code Range}s always represent a range of values using the values' natural
       * ordering. {@code NavigableMap} on the other hand can specify a custom ordering via a {@link
       * Comparator}, which can violate the natural ordering. Using this method (or in general using
       * {@code Range}) with unnaturally-ordered maps can lead to unexpected and undefined behavior.
       *
       * @since 20.0
       */
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  3. doc/go_spec.html

    and accessible through the <a href="#Import_declarations">import path</a> <code>"unsafe"</code>,
    provides facilities for low-level programming including operations
    that violate the type system. A package using <code>unsafe</code>
    must be vetted manually for type safety and may not be portable.
    The package provides the following interface:
    </p>
    
    <pre class="grammar">
    package unsafe
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top