Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Iterator specialized for long
values.
[Android.Runtime.Register("java/util/PrimitiveIterator$OfLong", "", "Java.Util.IPrimitiveIteratorOfLongInvoker", ApiSince=24)]
public interface IPrimitiveIteratorOfLong : IDisposable, Java.Interop.IJavaPeerable, Java.Util.IPrimitiveIterator
[<Android.Runtime.Register("java/util/PrimitiveIterator$OfLong", "", "Java.Util.IPrimitiveIteratorOfLongInvoker", ApiSince=24)>]
type IPrimitiveIteratorOfLong = interface
interface IPrimitiveIterator
interface IIterator
interface IJavaObject
interface IDisposable
interface IJavaPeerable
An Iterator specialized for long
values.
Added in 1.8.
Java documentation for java.util.PrimitiveIterator.OfLong
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
Has |
Returns true if there is at least one more element, false otherwise. (Inherited from IIterator) |
Jni |
Returns the value of |
Jni |
State of the managed peer. (Inherited from IJavaPeerable) |
Jni |
Member access and invocation support. (Inherited from IJavaPeerable) |
Peer |
Returns a JniObjectReference of the wrapped Java object instance. (Inherited from IJavaPeerable) |
Disposed() |
Called when the instance has been disposed. (Inherited from IJavaPeerable) |
Dispose |
If there are no outstanding references to this instance, then
calls |
Finalized() |
Called when the instance has been finalized. (Inherited from IJavaPeerable) |
For |
To be added |
For |
To be added |
For |
Performs the given action for each remaining element until all elements have been processed or the action throws an exception. (Inherited from IPrimitiveIterator) |
Next() |
Returns the next element in the iteration. (Inherited from IIterator) |
Next |
Returns the next |
Remove() |
Removes from the underlying collection the last element returned by this iterator (optional operation). (Inherited from IIterator) |
Set |
Set the value returned by |
Set |
(Inherited from IJavaPeerable) |
Set |
Set the value returned by |
Unregister |
Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations. (Inherited from IJavaPeerable) |
IIterator. |
To be added |
Java |
Performs an Android runtime-checked type conversion. |
Java |
|
Get |
Gets the JNI name of the type of the instance |
Java |
Try to coerce |
Try |
Try to coerce |
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in