Search results
From APIDesign
You searched for Default
For more information about searching APIDesign, see Help.
Showing below 18 results starting with #51.
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- DefaultMethods (7,796 bytes)
1: ...feature of [[JDK]]8. It allows one to specify ('''default''') implementation of [[Java]] '''interface''' me...
11: ...ice way to get ''out of the corner''. By adding [[default methods]] one can enhance the [[ClientAPI]] part ...
13: However the concept of [[default methods]] also comes with drawbacks.
71: ...t any implementation). '''interface''' with some (default) implementation no longer clearly defines a ''con...
73: ...'interface''', one can choose to implement the '''default''' methods or ignore them. That increases [[fuzzi... - JerseyInjection (3,467 bytes)
28: ...''System.getProperty("storage.dir")''' inside the default constructor. That is of course quite hacky - I kn... - Kotlin (702 bytes)
3: ...annotation processors in [[Gradle]] (which is the default build tool for [[Android]]) and '''Kapt''' isn't ... - Modularization of NetBeans Platform (16,563 bytes)
18: Standard Infrastructure - there is a default infrastructure to build NetBeans module in nbbuil... - MultiGitRepository (19,667 bytes)
92: ...ve'' repository (has [[ContinuousIntegration]] by default) - JDK8 (471 bytes)
1: ...DK8]]. [[ExtendingInterfaces]] can be done with [[Default methods]] (as significant change from the [[API]]... - Turing speed (1,829 bytes)
15: Default [[R]] is probably slower than [[Python]] when it ... - CodeCoverage (5,326 bytes)
25: ...aded - [[GC]], finalizer, etc. run in parallel by default
26: ...eJS]] is asynchronous (e.g. non-deterministic) by default - Default Listener Methods (2,732 bytes)
9: public default void mouseClicked(MouseEvent e) {}
10: public default void mousePressed(MouseEvent e) {}
11: public default void mouseReleased(MouseEvent e) {}
12: public default void mouseEntered(MouseEvent e) {}
13: public default void mouseExited(MouseEvent e) {} - GraalJS (3,731 bytes)
3: === [[Graal.js]] is the Default [[NetBeans]] 11.1 Engine ===
11: default scripting engine of [[NetBeans]] started eight mo... - GCC (168 bytes)
1: ...Compiler_Collection|GNU Compiler Collection]] the default, free [[C]] (and other [[language]]s) compiler. C... - FourthGraalAdventures (8,081 bytes)
22: and setting the default to '''EXPLICIT'''. That shall prevent accidental ... - APIDevelopment (30,003 bytes)
41: ...but usually it is easier to just use the expected default layout (currently described in [http://www.netbea...
56: ...><defaultanswer/></code> element at all the default answer is <b>apended</b> to your own answer. If y...
59: ...ting in java the attribute can be omitted and the default value is "java".
89: By default the basic overview page is generated based on con...
96: # '''List of javadoc packages''' is added by the default javadoc doclet. - APIReviewSteps (10,464 bytes)
69: before pushing the solution to default branch to give reviewers last chance to comment. ... - SignatureTest (7,742 bytes)
82: $ hg update -c default - BinaryCompatibleDefaultMethods (6,828 bytes)
5: ... new {{JDK|java/lang|CharSequence}}'''.isEmpty''' default method in '''JDK15'''. An interesting case. To su...
11: default boolean isEmpty() {
52: ...va.lang.IncompatibleClassChangeError: Conflicting default methods: java/lang/CharSequence.isEmpty ArrayLike...
57: ...new '''CharSequence.isEmpty()''' [[DefaultMethods|default method]]. As such, when the [[JVM]] processes the...
79: public default IntStream chars(); - ScienceOfAPIDesign (4,324 bytes)
62: ...lientAPI]] case - e.g. calling. Rather than using default methods, one could add a [https://kotlinlang.org/... - AlternativeImplementation (3,260 bytes)
18: // JDK8 default behavior
View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)