See @author in How to Write Doc Comments for the Javadoc Tool at https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#@author {@code text} Introduced in JDK 1.5 Equivalent to {@literal}. Displays text in code font without interpreting the text as HTML markup or nested...
The following corejavadocoptions are equivalent to correspondingjavacoptions. SeeStandard Optionsinjavacfor the detailed descriptions of using these options: --add-modules -bootclasspath --class-path,-classpath, or-cp --enable-preview -encoding -extdirs --limit-modules --module --module-pathor-p...
`RedisList` implements the `List`, `Queue`, and `Deque` contracts (and their equivalent blocking siblings) on top of Redis, exposing the storage as a FIFO (First-In-First-Out), LIFO (Last-In-First-Out) or capped collection with minimal configuration. The following example shows the ...
See `jdee-javadoc-autodoc-at-line' for usage. Define the template variable `tempo-template-jdee-javadoc-describe-interface'." :group 'jdee-javadoc :type '(choice :tag "Template form" (text :format "%t\n%v" :tag "String") (repeat :tag "Lisp Expressions" (sexp :tag ""))) :set '...
extends V> map) Executes an equivalent of Map.putAll(Map), returning previous values of the modified entries. CompletableFuture<V> getAsync(K key) Asynchronous version of Map.get(Object) that allows user code to retrieve the value associated with a key at a later stage, hence allowing ...
extends V> map) Executes an equivalent of Map.putAll(Map), returning previous values of the modified entries. CompletableFuture<V> getAsync(K key) Asynchronous version of Map.get(Object) that allows user code to retrieve the value associated with a key at a later stage, hence allowing ...
BINARY_DOUBLE(Boolean) - Constructor for class oracle.sql.BINARY_DOUBLE Construct a BINARY_DOUBLE from an instance of java.lang.Boolean. BINARY_FLOAT - Static variable in class oracle.jdbc.OracleTypes BINARY_FLOAT - Class in oracle.sql The BINARY_FLOAT class is a representation of the Orac...
The size of this sequence, equivalent to length.def slice(from: Int, until: Int): String Selects an interval of elements.def sliding(size: Int, step: Int): Iterator[String] Groups elements in fixed size blocks by passing a "sliding window" over them (as opposed to...
DATE objectNote:Some of the extended Date Formats supported by the C Date libraries from CORE are not supported in this pure Java equivalent implementation. The Format strings supported are: StringMeaning a.d.B.C./A.D. indicator a.m.A.M./P.M. indicator ...
Package private equivalent of sizeChanged() param w the new width param h the new height boolean copyDefferedSizeChange; synchronized (Display.LCDUILock) { if (owner instanceof GameCanvas) { GameCanvasLFImpl gameCanvasLF = GameMap.getGameCanvasImpl((GameCanvas)owner); if (gameCanvasLF != null...