Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for Kotten (0.13 sec)

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

       * Returns an iterator containing the elements of {@code array} in order. The returned iterator is
       * a view of the array; subsequent changes to the array will be reflected in the iterator.
       *
       * <p><b>Note:</b> It is often preferable to represent your data using a collection type, for
       * example using {@link Arrays#asList(Object[])}, making this method unnecessary.
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Apr 30 18:43:01 GMT 2024
    - 51.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/MediaType.java

       * name within that type. The constant name should be a sensible identifier that is closest to the
       * "common name" of the media. This is often, but not necessarily the same as the subtype.
       *
       * Be sure to declare all constants with the type and subtype in all lowercase. For types that
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top