Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 277 for Lankes (0.74 sec)

  1. guava/src/com/google/common/collect/Range.java

       * not encompass ranges of the form {@code (v..v)}, because such ranges are <i>invalid</i> and
       * can't be constructed at all.)
       *
       * <p>Note that certain discrete ranges such as the integer range {@code (3..4)} are <b>not</b>
       * considered empty, even though they contain no actual values. In these cases, it may be helpful
       * to preprocess ranges with {@link #canonical(DiscreteDomain)}.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Range.java

       * not encompass ranges of the form {@code (v..v)}, because such ranges are <i>invalid</i> and
       * can't be constructed at all.)
       *
       * <p>Note that certain discrete ranges such as the integer range {@code (3..4)} are <b>not</b>
       * considered empty, even though they contain no actual values. In these cases, it may be helpful
       * to preprocess ranges with {@link #canonical(DiscreteDomain)}.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/annotationWithEnumFromDuplicatedLibrary.descriptors.txt

    Diagnostics from elements:
      for PSI element of type KtConstructorCalleeExpression at (33,2-12)
        NO_VALUE_FOR_PARAMETER      text ranges: [(114,124)]
          PSI: KtConstructorCalleeExpression at (33,2-12)
      for PSI element of type KtNameReferenceExpression at (31,8-10)
        UNRESOLVED_REFERENCE      text ranges: [(93,95)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Mar 18 21:14:36 UTC 2024
    - 375 bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/AbstractRangeSetTest.java

        // test that connected ranges are coalesced
        for (int i = 0; i + 1 < asRanges.size(); i++) {
          Range<C> range1 = asRanges.get(i);
          Range<C> range2 = asRanges.get(i + 1);
          assertFalse(range1.isConnected(range2));
        }
    
        // test that there are no empty ranges
        for (Range<C> range : asRanges) {
          assertFalse(range.isEmpty());
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 20:09:59 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java

         *         of this version range and the specified version range if both version ranges have
         *         restrictions. Otherwise, the restrictions on the returned range will be empty.
         *         </p>
         *         <p>
         *         The recommended version of the returned version range will be the recommended version of
         *         this version range, provided that ranges falls within the intersected restrictions. If
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 07:40:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/javaInnerClassFromAnotherModule.descriptors.txt

    Diagnostics from elements:
      for PSI element of type KtParameter at (13,25-61)
        UNUSED_PARAMETER      text ranges: [(86,95)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jan 03 21:35:12 UTC 2024
    - 165 bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/libraryDataClassCopy.txt

    Diagnostics from elements:
      for PSI element of type KtValueArgument at (17,21-27)
        NAMED_PARAMETER_NOT_FOUND      text ranges: [(151,152)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 13 16:07:17 UTC 2024
    - 184 bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/libraryDataClassCopyReversedOrder.txt

    Diagnostics from elements:
      for PSI element of type KtValueArgument at (17,21-27)
        NAMED_PARAMETER_NOT_FOUND      text ranges: [(151,152)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Feb 13 16:07:17 UTC 2024
    - 184 bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/danglingAnnotationInMiddleWithComment.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (1,2-7)
        UNRESOLVED_REFERENCE      text ranges: [(1,6)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Feb 12 23:14:12 UTC 2024
    - 189 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/when/sealedInterfaceSameModuleMissingCase.txt

    Diagnostics from elements:
      for PSI element of type KtWhenExpression at (7,12) - (9,6)
        NO_ELSE_IN_WHEN      text ranges: [(177,181)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jan 10 10:13:23 UTC 2024
    - 184 bytes
    - Viewed (0)
Back to top