Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ViewDecoration (0.1 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/adapter/ProtocolToModelAdapter.java

        }
    
        private static class ViewKey implements Serializable {
            private final Class<?> type;
            private final ViewDecoration viewDecoration;
    
            ViewKey(Class<?> type, ViewDecoration viewDecoration) {
                this.type = type;
                this.viewDecoration = viewDecoration;
            }
    
            @Override
            public boolean equals(Object obj) {
                ViewKey other = (ViewKey) obj;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 04:42:54 UTC 2024
    - 45.4K bytes
    - Viewed (0)
Back to top