@FunctionalInterface public interface IsSlotAvailableAndFreeFunction
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isSlotAvailableAndFree(AllocationID allocationId)
Returns
true if a slot with the given AllocationID is available and free. |
boolean isSlotAvailableAndFree(AllocationID allocationId)
true if a slot with the given AllocationID is available and free.allocationId - allocationId specifies the slot to checktrue if a slot with the given allocationId is available and free; otherwise
falseCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.