A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
N
- Name - class in icu.windea.breezeframework.core.annotation
- 为被注解的声明提供一组名字。Annotation that provide a list of names the to annotated declaration.
- Named - class in icu.windea.breezeframework.core.model
- 拥有名字的对象。
- nameOf() - function in icu.windea.breezeframework.core.extension.AnyExtensions
- 得到指定类型的名字。
- nearlyEquals(Number,Number,Float) - function in icu.windea.breezeframework.core.extension.NumberExtensions
- 判断两个数是否近似相等。需要指定对应小数部分的精确度。当差值的绝对值小于此精确度时,认为两数近似相等。
- next(Iterator,Function2) - function in icu.windea.breezeframework.core.extension.IteratorExtensions
- 遍历迭代器中的元素到指定条件处,或者返回null。
- nextBigDecimal(Random,MathContext) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大数字。
- nextBigDecimal(Random,BigDecimal,MathContext) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大数字。
- nextBigDecimal(Random,BigDecimal,BigDecimal,MathContext) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大数字。
- nextBigInteger(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大整数。
- nextBigInteger(Random,BigInteger) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大整数。
- nextBigInteger(Random,BigInteger,BigInteger) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的大整数。
- nextByte(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字节。
- nextByte(Random,Byte) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字节。
- nextByte(Random,Byte,Byte) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字节。
- nextChar(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字符。
- nextChar(Random,Character) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字符。
- nextChar(Random,Character,Character) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字符。
- nextElement(Random,String) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的字符。
- nextElement(Random,Array) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的元素。
- nextElement(Random,List) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的元素。
- nextFloat(Random,Float) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的单精度浮点数。
- nextFloat(Random,Float,Float) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的单精度浮点数。
- nextShort(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的短整数。
- nextShort(Random,Short) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的短整数。
- nextShort(Random,Short,Short) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的短整数。
- nextString(Random,String,Integer) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到由source中的字符组成的长度为length的字符串。
- nextUByte(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号字节。
- nextUByte(Random,UByte) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号字节。
- nextUByte(Random,UByte,UByte) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号字节。
- nextUShort(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号短整数。
- nextUShort(Random,UShort) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号短整数。
- nextUShort(Random,UShort,UShort) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的无符号短整数。
- nextUuid(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的UUID。
- nextUuid(Random,String) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到基于指定字符串的随机的UUID。
- nextUuidString(Random) - function in icu.windea.breezeframework.core.extension.RandomExtensions
- 得到随机的UUID字符串。
- NoArg - class in icu.windea.breezeframework.core.annotation
- 适用于Kotlin的noArg编译器插件的标准注解。 为被注解的类生成仅能通过反射调用的无参构造方法。 需要自行配置。Annotation that is used together with kotlin compiler plugin 'noArg'.
- normalize(String) - function in icu.windea.breezeframework.core.component.PathFormat
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- normalize(String) - function in icu.windea.breezeframework.core.component.AbstractPathFormat
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- normalize(String) - function in icu.windea.breezeframework.core.component.PathFormats.StandardPath
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- normalize(String) - function in icu.windea.breezeframework.core.component.PathFormats.JsonPointerPath
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- normalize(String) - function in icu.windea.breezeframework.core.component.PathFormats.AntPath
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- normalize(String) - function in icu.windea.breezeframework.core.component.PathFormats.ReferencePath
- 标准化指定的路径。将会去除其中的空白以及尾随的分隔符。
- NotImplemented - class in icu.windea.breezeframework.core.annotation
- 未实现的项(至今为止,总是如此或者在多数情况下)。Items that is not implemented (yet, always or at most times).
- NotIncluded - class in icu.windea.breezeframework.core.annotation
- 未包含的项(至今为止,总是如此或者在多数情况下)。Items that is not included (yet, always or at most times).
- NotOptimized - class in icu.windea.breezeframework.core.annotation
- 未优化的项(至今为止,总是如此或者在多数情况下)。Item that is not optimized (yet, always or at most times).
- NotRecommended - class in icu.windea.breezeframework.core.annotation
- 不推荐的项(至今为止,总是如此或者在多数情况下)。Item that is not recommended (yet, always or at most times).
- NotSuitable - class in icu.windea.breezeframework.core.annotation
- 不适用的项(至今为止,总是如此或者在多数情况下)。Item that is not suitable (yet, always or at most times).
- NotSure - class in icu.windea.breezeframework.core.annotation
- 不确定的项(至今为止,总是如此或者在多数情况下)。Item that is not sure (yet, always or at most times).
- NotTested - class in icu.windea.breezeframework.core.annotation
- 未测试的项(至今为止,总是如此或者在多数情况下)。Item that is not tested (yet, always or at most times).
- NotUsable - class in icu.windea.breezeframework.core.annotation
- 不可用的项(至今为止,总是如此或者在多数情况下)。Item that is not usable (yet, always or at most times).
- NumberExtensions - class in icu.windea.breezeframework.core.extension