IBlockingQueue
Add(Object)
Contains(Object)
DrainTo(ICollection)
DrainTo(ICollection, Int32)
Offer(Object)
Offer(Object, Int64, TimeUnit)
Poll(Int64, TimeUnit)
Put(Object)
RemainingCapacity()
Remove(Object)
Take()
OfferAsync(IBlockingQueue, Object)
OfferAsync(IBlockingQueue, Object, Int64, TimeUnit)
PollAsync(IBlockingQueue, Int64, TimeUnit)
PutAsync(IBlockingQueue, Object)
TakeAsync(IBlockingQueue)
monoandroid
namespace Java.Util.Concurrent
{
[JavaTypeParameters(new[] { "E" })]
[Register("java/util/concurrent/BlockingQueue", "", "Java.Util.Concurrent.IBlockingQueueInvoker")]
public interface IBlockingQueue : IJavaObject, IJavaPeerable, IIterable, ICollection, IQueue, IDisposable
{
[Register("drainTo", "(Ljava/util/Collection;)I", "GetDrainTo_Ljava_util_Collection_Handler:Java.Util.Concurrent.IBlockingQueueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
int DrainTo(ICollection? c);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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