Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for WithPublicConstructorAndConstant (0.61 seconds)

  1. guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

        private WithNullConstant() {}
      }
    
      public static class WithPublicConstructorAndConstant {
        public static final WithPublicConstructorAndConstant INSTANCE =
            new WithPublicConstructorAndConstant();
    
        public WithPublicConstructorAndConstant() {}
      }
    
      private static class WithPublicConstants {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 22.8K bytes
    - Click Count (0)
  2. android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

        private WithNullConstant() {}
      }
    
      public static class WithPublicConstructorAndConstant {
        public static final WithPublicConstructorAndConstant INSTANCE =
            new WithPublicConstructorAndConstant();
    
        public WithPublicConstructorAndConstant() {}
      }
    
      private static class WithPublicConstants {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 22.4K bytes
    - Click Count (0)
Back to Top