語言

LinkedTransferQueue.RemainingCapacity 方法

定義

總是回傳 Integer.MAX_VALUE ,因為 a LinkedTransferQueue 不受容量限制。

[Android.Runtime.Register("remainingCapacity", "()I", "GetRemainingCapacityHandler")]
public virtual int RemainingCapacity();
[<Android.Runtime.Register("remainingCapacity", "()I", "GetRemainingCapacityHandler")>]
abstract member RemainingCapacity : unit -> int
override this.RemainingCapacity : unit -> int

傳回

Integer.MAX_VALUE (由 表示 BlockingQueue#remainingCapacity())

實作

屬性

備註

總是回傳 Integer.MAX_VALUE ,因為 a LinkedTransferQueue 不受容量限制。

的 java.util.concurrent.LinkedTransferQueue.remainingCapacity()Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於