A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
Z
I
- icu.windea.breezeframework.core.annotation - package icu.windea.breezeframework.core.annotation
- icu.windea.breezeframework.core.component - package icu.windea.breezeframework.core.component
- icu.windea.breezeframework.core.component.extension - package icu.windea.breezeframework.core.component.extension
- icu.windea.breezeframework.core.core - package icu.windea.breezeframework.core.core
- icu.windea.breezeframework.core.extension - package icu.windea.breezeframework.core.extension
- icu.windea.breezeframework.core.model - package icu.windea.breezeframework.core.model
- icu.windea.breezeframework.core.model.collections - package icu.windea.breezeframework.core.model.collections
- icu.windea.breezeframework.core.type - package icu.windea.breezeframework.core.type
- Identifiable - class in icu.windea.breezeframework.core.model
- 可识别的对象。此接口的实例拥有一个唯一标识符,其
equals和hashCode方法基于此唯一标识符实现。 它们拥有默认的实现,也可以通过Identifiable.delegate委托实现。注意:数据类会覆盖此接口的方法的默认实现。 - Identifiable.Companion - class in icu.windea.breezeframework.core.model.Identifiable
- Identifiable.Delegate - class in icu.windea.breezeframework.core.model.Identifiable
- ImplementedWithAnIssueError - class in icu.windea.breezeframework.core.extension
- 方法存在问题时使用到的错误。这个错误不会在对应的TODO方法中被抛出。
- ImpliesSmartCast - class in icu.windea.breezeframework.core.annotation
- inc(Year) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- inc(Month) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- inc(DayOfWeek) - function in icu.windea.breezeframework.core.extension.TemporalExtensions
- indicesOf(CharSequence,Character,Integer,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns the indices within this string of all occurrences of the specified character.
- indicesOf(CharSequence,String,Integer,Boolean) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns the indices within this string of all occurrences of the specified string.
- infer(String) - function in icu.windea.breezeframework.core.component.CaseFormats
- 推断单词格式。
- inferCase(String) - function in icu.windea.breezeframework.core.component.extension.CaseFormatExtensions
- 尝试推断当前字符串的字母格式。
- initCause(Throwable) - function in kotlin.DelayImplementedError
- initCause(Throwable) - function in kotlin.ImplementedWithAnIssueError
- inline(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 将当前字符串转为内联文本。
- inline() - function in icu.windea.breezeframework.core.model.Inlineable
- Inlineable - class in icu.windea.breezeframework.core.model
- 可内联的对象。注意:这个接口重载的toString方法不一定生效。
- InlineOnly - class in icu.windea.breezeframework.core.annotation
- 注明这个方法不应以内联以外的方式调用。 这个注解是kotlin.internal.InlineOnly的占位符。Specifies that this function should not be called directly without inlining.
- InternalApi - class in icu.windea.breezeframework.core.annotation
- 应当仅在这个框架内部使用的api。Api that should be used only inside this framework.
- IoExtensions - class in icu.windea.breezeframework.core.extension
- isAlpha(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence contains only Unicode letters. - isAlphanumeric(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence contains only Unicode letters or digits. - isMultiline(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 判断当前字符串是否是多行字符串。
- isNotNullLike(Object) - function in icu.windea.breezeframework.core.extension.AnyExtensions
- isNullLike(Object) - function in icu.windea.breezeframework.core.extension.AnyExtensions
- isNumeric(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- Returns
trueif this char sequence contains only Unicode digits. - IteratorExtensions - class in icu.windea.breezeframework.core.extension