Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for foldmethod (0.36 sec)

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

          return new BadEquals();
        }
    
        // primitive ignored
        public int returnsInt() {
          throw new UnsupportedOperationException();
        }
    
        // void ignored
        public void voidMethod() {
          throw new UnsupportedOperationException();
        }
    
        // non-public method ignored
        static Object badButNotPublic() {
          return new BadEquals();
        }
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Nov 16 15:12:31 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top