Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for sata (0.02 sec)

  1. CharSource.java

    iterator is infinite and may cause problems if the iterator L460: * eagerly fetches data for each source when iterated (rather than producing sources that only L461: * load data through their streams). Prefer using the {@link #concat(Iterable)} overload if L462: * possible. L463: * L464: * @param sources the sources to concatenate L465: * @return a {@code CharSource} containing the concatenated data L466: * @throws NullPointerException if any of {@code sources} is {@code null} L467:...
    github.com/google/guava/guava/src/com/google/co...
    Thu Oct 31 14:20:11 UTC 2024
      25.5K bytes
  2. Streams.java

    fficiently splittable</a> L455: * if and only if {@code stream} was efficiently splittable and its underlying spliterator L456: * reported {@link Spliterator#SUBSIZED}. This is generally the case if the underlying stream L457: * comes from a data structure supporting efficient indexed random access, typically an array or L458: * list. L459: * L460: * <p>The order of the resulting stream is defined if and only if the order of the original stream L461: * was defined. L462: */ L463:...
    github.com/google/guava/android/guava/src/com/g...
    Thu Oct 31 14:20:11 UTC 2024
      37.4K bytes
  3. Streams.java

    fficiently splittable</a> L448: * if and only if {@code stream} was efficiently splittable and its underlying spliterator L449: * reported {@link Spliterator#SUBSIZED}. This is generally the case if the underlying stream L450: * comes from a data structure supporting efficient indexed random access, typically an array or L451: * list. L452: * L453: * <p>The order of the resulting stream is defined if and only if the order of the original stream L454: * was defined. L455: */ L456:...
    github.com/google/guava/guava/src/com/google/co...
    Thu Oct 31 14:20:11 UTC 2024
      36.8K bytes
  4. MoreFiles.java

    though NTFS L467: * will drop the {@code ":.txt"} part of the name when the file is actually created on the L468: * filesystem due to NTFS's <a L469: * href="https://learn.microsoft.com/en-us/archive/blogs/askcore/alternate-data-streams-in-ntfs">Alternate L470: * Data Streams</a>. L471: */ L472: public static String getFileExtension(Path path) { L473: Path name = path.getFileName(); L474: L475: // null for empty paths and root-only paths L476: if (name == null) { L477: return...
    github.com/google/guava/android/guava/src/com/g...
    Thu Oct 31 16:07:00 UTC 2024
      35K bytes
  5. MoreFiles.java

    though NTFS L455: * will drop the {@code ":.txt"} part of the name when the file is actually created on the L456: * filesystem due to NTFS's <a L457: * href="https://learn.microsoft.com/en-us/archive/blogs/askcore/alternate-data-streams-in-ntfs">Alternate L458: * Data Streams</a>. L459: */ L460: public static String getFileExtension(Path path) { L461: Path name = path.getFileName(); L462: L463: // null for empty paths and root-only paths L464: if (name == null) { L465: return...
    github.com/google/guava/guava/src/com/google/co...
    Thu Oct 31 16:07:00 UTC 2024
      34.5K bytes
Back to top