LinkedBlockingQueue
LinkedBlockingQueue()
LinkedBlockingQueue(ICollection)
LinkedBlockingQueue(Int32)
LinkedBlockingQueue(IntPtr, JniHandleOwnership)
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/LinkedBlockingQueue", DoNotGenerateAcw = true)]
public class LinkedBlockingQueue : AbstractQueue, IJavaObject, IJavaPeerable, ISerializable, IIterable, IBlockingQueue, ICollection, IQueue, IDisposable
{
[Register("peek", "()Ljava/lang/Object;", "GetPeekHandler")]
public override Object? Peek();
}
}
| .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