ArrayBlockingQueue
ArrayBlockingQueue(Int32)
ArrayBlockingQueue(Int32, Boolean)
ArrayBlockingQueue(IntPtr, JniHandleOwnership)
ArrayBlockingQueue(Int32, Boolean, ICollection)
JniPeerMembers
ThresholdClass
ThresholdType
DrainTo(ICollection)
DrainTo(ICollection, Int32)
ForEach(IConsumer)
Iterator()
Offer(Object)
Offer(Object, Int64, TimeUnit)
Peek()
Poll()
Poll(Int64, TimeUnit)
Put(Object)
RemainingCapacity()
RemoveIf(IPredicate)
Size()
Spliterator()
Take()
monoandroid
namespace Java.Util.Concurrent
{
[JavaTypeParameters(new[] { "E" })]
[Register("java/util/concurrent/ArrayBlockingQueue", DoNotGenerateAcw = true)]
public class ArrayBlockingQueue : AbstractQueue, IJavaObject, IJavaPeerable, ISerializable, IIterable, IBlockingQueue, ICollection, IQueue, IDisposable
{
[Register("put", "(Ljava/lang/Object;)V", "GetPut_Ljava_lang_Object_Handler")]
public virtual void Put(Object? e);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API