Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for WithGenericConstant (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

      }
    
      private static class ParentClassHasConstant extends WithPublicConstant {}
    
      public static class WithGenericConstant<T> {
        public static final WithGenericConstant<String> STRING_CONSTANT = new WithGenericConstant<>();
    
        private WithGenericConstant() {}
      }
    
      public static class WithNullConstant {
        public static final @Nullable WithNullConstant NULL = null;
    
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 20:45:32 GMT 2025
    - 22.6K bytes
    - Click Count (0)
Back to Top