Interface IBlockingQueue<E>
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.Netdroid.dll
.NET interface skeleton to be manually developed following https://developer.android.com/reference/java/util/concurrent/BlockingQueue.html
public interface IBlockingQueue<E> : IQueue<E>, ICollection<E>
Type Parameters
E
- Extension Methods