Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ClassName (0.19 sec)

  1. guava/src/com/google/common/base/MoreObjects.java

       * #toStringHelper(Object)}, but using {@code className} instead of using an instance's {@link
       * Object#getClass()}.
       *
       * @param className the name of the instance type
       * @since 18.0 (since 7.0 as {@code Objects.toStringHelper()}).
       */
      public static ToStringHelper toStringHelper(String className) {
        return new ToStringHelper(className);
      }
    
      /**
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Fri Oct 13 14:11:58 GMT 2023
    - 15.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/MoreObjects.java

       * #toStringHelper(Object)}, but using {@code className} instead of using an instance's {@link
       * Object#getClass()}.
       *
       * @param className the name of the instance type
       * @since 18.0 (since 7.0 as {@code Objects.toStringHelper()}).
       */
      public static ToStringHelper toStringHelper(String className) {
        return new ToStringHelper(className);
      }
    
      /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Oct 13 14:11:58 GMT 2023
    - 15.4K bytes
    - Viewed (0)
Back to top