Notice
The English translation of this page has not been completed, you are welcome to contribute translations to us.
You can use the Chrome Translation Plugin to translate entire pages for reference.
BaseFinder - class
abstract class BaseFinder
Change Records
v1.0.0 first
Function Illustrate
这是
Class与Member查找类功能的基本类实现。
BaseFinder.IndexTypeCondition - class
inner class IndexTypeCondition internal constructor(private val type: IndexConfigType)
Change Records
v1.0.0 first
Function Illustrate
字节码下标筛选实现类。
index - method
fun index(num: Int)
Change Records
v1.0.0 first
Function Illustrate
设置下标。
若 index 小于零则为倒序,此时可以使用 IndexTypeConditionSort.reverse 方法实现。
可使用 IndexTypeConditionSort.first 和 IndexTypeConditionSort.last 设置首位和末位筛选条件。
index - method
fun index(): IndexTypeConditionSort
Change Records
v1.0.0 first
Function Illustrate
得到下标。
IndexTypeConditionSort - class
inner class IndexTypeConditionSort internal constructor()
Change Records
v1.0.0 first
Function Illustrate
字节码下标排序实现类。
first - method
fun first()
Change Records
v1.0.0 first
Function Illustrate
设置满足条件的第一个。
last - method
fun last()
Change Records
v1.0.0 first
Function Illustrate
设置满足条件的最后一个。
reverse - method
fun reverse(num: Int)
Change Records
v1.0.0 first
Function Illustrate
设置倒序下标。
