Examples of using Method returns in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
In case our method returns a value, we provide its data type.
The fraction of seconds will be discarded(for example,if the actual value is 2.5, this method returns 2).
This method returns an object with two properties: value and done.
If the browser successfully queues the request for delivery, the method returns"true" and returns"false" otherwise.
SGD method returns a four-element tuple representing the results of the monitoring.
People also translate
If the queue is empty, a null is returned, otherwise the method returns the first reference object in the queue.
This method returns zero if successful or JNI_ERR if the JVM could not be created.
If the regular expression includes the g flag, the method returns an containing all matched substrings rather than match objects.
The now() method returns the current time, and in that value we add the additional time we want for the delay.
When a thread invokes a synchronized method, it automatically acquires the intrinsic lock for that method's object andreleases it when the method returns.
The reverse() method returns a reference to the array itself(i.e., in this case, arr1).
At run- time, the F() method throws an OverflowException,and the G() method returns- 727379968(the lower 32 bits of the out-of-range result).
The reverse() method returns a reference to the array itself(i.e., in this case, arr1).
When a thread invokes a synchronized method, it automatically acquires the intrinsic lock for that method's object andreleases it when the method returns.
The reverse() method returns a reference to the array itself(i.e., in this case, arr1).
This means that the addUser() method returns one java/lang/String object as a parameter.
This method returns the closest long or int, as indicated by the method's return type, to the argument.
As you might expect, the count() method returns the number of occurrences of a specific value in a list.
If the method returns non-null, there is at least one way to resolve the intent, and it is safe to fire off the intent.
Array keys() The keys() method returns a new Array Iterator object that contains the keys for each index in the array.
This method returns an ExecutorService object, so it's been cast to ThreadPoolExecutor to have access to all its methods. .
As you can see, Fetch's then method returns a response object that you can further manipulate using a chain of thens.
Slice() method returns a new SharedArrayBuffer whose contents are a copy of this SharedArrayBuffer's bytes from begin, inclusive, up to end, exclusive.
If a function or method returns an error, then by convention it has to be the last value returned from the function.
If the read_line method returns an Err, it would likely be the result of an error coming from the underlying operating system.
The symmetric_difference() method returns a new set containing all the elements that are in exactly one of the sets.
CharCodeAt: The charCodeAt() method returns an integer between 0 and 65535 representing the UTF-16 code unit at the given index.
Calendar's getInstance method returns a Calendar object whose calendar fields have been initialized with the current date and time:.
Calendar's getInstance method returns a GregorianCalendar object whose time fields have been initialized with the current date and time:.
Slice: The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end.