Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithPublicConstructorAndConstant (0.15 sec)

  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 {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 22.6K bytes
    - Viewed (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 {
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 22.2K bytes
    - Viewed (0)
Back to top