A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
I
- icu.windea.breezeframework.core - package icu.windea.breezeframework.core
- 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.extension - package icu.windea.breezeframework.core.extension
- icu.windea.breezeframework.core.model - package icu.windea.breezeframework.core.model
- 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.LetterCase.Registry
- 推断单词格式。
- inferCase(String) - function in icu.windea.breezeframework.core.extension.ComponentExtensions
- 尝试推断当前字符串的字母格式。
- initCause(Throwable) - function in kotlin.DelayImplementedError
- initCause(Throwable) - function in kotlin.ImplementedWithAnIssueError
- inline(String) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 将当前字符串转为内联文本。
- Inlineable - class in icu.windea.breezeframework.core.model
- 可内联的对象。此接口的实例可以直接作为字符序列使用,其抽象方法由它的inlineText属性委托实现。 但在转化成字符串时,可能需要进行额外的处理,例如使用特定的标记字符串包围原始文本。
- 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.
- 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. - isEmpty(Sequence) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列是否为空。
- isMultiline(CharSequence) - function in icu.windea.breezeframework.core.extension.StringExtensions
- 判断当前字符串是否是多行字符串。
- isNotEmpty(Sequence) - function in icu.windea.breezeframework.core.extension.CollectionExtensions
- 判断当前序列是否不为空。
- 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