interface Count
Class implements interface count.
----------------类实现的接口数量。
interfaceCount(1)
Content copied to clipboard
Return
Parameters
count
interface count / 接口数量
Class implements interface count range.
----------------类实现的接口数量范围。
interfaceCount(IntRange(1, 2))
Content copied to clipboard
Return
Parameters
range
interface count range / 接口数量范围
Class implements interface count range.
----------------类实现的接口数量范围。
interfaceCount(1..2)
Content copied to clipboard
Return
Parameters
range
interface count range / 接口数量范围
Class implements interface count range.
----------------类实现的接口数量范围。
interfaceCount(1, 2)
Content copied to clipboard
Return
Parameters
min
min interface count / 最小接口数量
max
max interface count / 最大接口数量