Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getWildcardProp (0.07 seconds)

  1. build-logic/documentation/src/test/resources/org/gradle/test/JavaClassWithParameterizedTypes.java

    public class JavaClassWithParameterizedTypes {
        Set<CombinedInterface> getSetProp() { return null; }
    
        Map<CombinedInterface, JavaClassWithParameterizedTypes> getMapProp() { return null; }
    
        List<?> getWildcardProp() { return null; }
    
        List<? extends CombinedInterface> getUpperBoundProp() { return null; }
    
        List<? super CombinedInterface> getLowerBoundProp() { return null; }
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 622 bytes
    - Click Count (0)
Back to Top