Methods inherited from interface java.util.Iterator forEachRemaining Constructor Details Dequeue public Dequeue() Constructs a dequeue. Method Details hasMoreElements public boolean hasMoreElements() Deter
Java documentation for android.media.MediaCodec.dequeueInputBuffer(long). 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 Licen...
public java.lang.ObjectnonBlockingRead() Deprecated.1.0.1 UseWaitFreeReadQueueandWaitFreeWriteQueue. An unsynchronized call of theread()method of the underlyingWaitFreeReadQueue. Returns: Ajava.lang.Objectobject read fromthis. If there are no elements in this thennullis returned. ...
Java documentation for android.media.ImageWriter.dequeueInputImage(). 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. Applies to 產品版本 .NET for Androi...
java.lang.Enum<AQDequeueOptions.DequeueMode> oracle.jdbc.aq.AQDequeueOptions.DequeueMode All Implemented Interfaces: Serializable, Comparable<AQDequeueOptions.DequeueMode> Enclosing class: AQDequeueOptions public static enum AQDequeueOptions.DequeueMode extends Enum<AQDequeueOptions.DequeueMode>...
java.lang.Enum<AQDequeueOptions.DeliveryFilter> oracle.jdbc.aq.AQDequeueOptions.DeliveryFilter All Implemented Interfaces: Serializable, Comparable<AQDequeueOptions.DeliveryFilter> Enclosing class: AQDequeueOptions public static enum AQDequeueOptions.DeliveryFilter extends Enum<AQDequeueOptions.Deliv...
Determine the current number of objects in this dequeue. Returns: the current number of objects in this dequeue isEmpty public boolean isEmpty() Determines if the dequeue is empty. Returns: true if the dequeue is empty, false otherwise
Methods inherited from interface java.util.Iterator forEachRemainingConstructor Detail Dequeue public Dequeue() Constructs a dequeue. Method Detail hasMoreElements public boolean hasMoreElements() Determines if the Dequeue contains more elements. Specified by: hasMoreElements in interface Enumeration Returns...
Returns the most recently returned element to the Dequeue. void remove() Remove the last-returned element that was returned by the Iterator. void removeAllElements() Removes all items from the dequeue. int size() Determine the current number of objects in this dequeue.Constructor...
Methods inherited from interface java.util.Iterator forEachRemainingConstructor Detail Dequeue public Dequeue() Constructs a dequeue. Method Detail hasMoreElements public boolean hasMoreElements() Determines if the Dequeue contains more elements. Specified by: hasMoreElements in interface Enumeration Returns...