SynchronousQueue
SynchronousQueue()
SynchronousQueue(Boolean)
SynchronousQueue(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
DrainTo(ICollection)
DrainTo(ICollection, Int32)
Iterator()
Offer(Object)
Offer(Object, Int64, TimeUnit)
Peek()
Poll()
Poll(Int64, TimeUnit)
Put(Object)
RemainingCapacity()
Size()
Spliterator()
Take()
monoandroid
namespace Java.Util.Concurrent
{
[JavaTypeParameters(new[] { "E" })]
[Register("java/util/concurrent/SynchronousQueue", DoNotGenerateAcw = true)]
public class SynchronousQueue : AbstractQueue, IJavaObject, IJavaPeerable, ISerializable, IIterable, IBlockingQueue, ICollection, IQueue, IDisposable
{
[Register("poll", "()Ljava/lang/Object;", "GetPollHandler")]
public override Object? Poll();
}
}
.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