PriorityBlockingQueue
PriorityBlockingQueue()
PriorityBlockingQueue(ICollection)
PriorityBlockingQueue(Int32)
PriorityBlockingQueue(Int32, IComparator)
PriorityBlockingQueue(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
Comparator()
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/PriorityBlockingQueue", DoNotGenerateAcw = true)]
public class PriorityBlockingQueue : AbstractQueue, IJavaObject, IJavaPeerable, ISerializable, IIterable, IBlockingQueue, ICollection, IQueue, IDisposable
{
protected PriorityBlockingQueue(IntPtr javaReference, JniHandleOwnership transfer);
}
}
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