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.
- class
BaseFinderabstract class BaseFinder
Change Records
v1.0.0
first
Function Illustrate
这是
Class
与Member
查找类功能的基本类实现。
- class
BaseFinder.IndexTypeConditioninner class IndexTypeCondition internal constructor(private val type: IndexConfigType)
Change Records
v1.0.0
first
Function Illustrate
字节码下标筛选实现类。
- method
indexfun index(num: Int)
Change Records
v1.0.0
first
Function Illustrate
设置下标。
若 index
小于零则为倒序,此时可以使用 IndexTypeConditionSort.reverse
方法实现。
可使用 IndexTypeConditionSort.first
和 IndexTypeConditionSort.last
设置首位和末位筛选条件。
- method
indexfun index(): IndexTypeConditionSort
Change Records
v1.0.0
first
Function Illustrate
得到下标。
- class
IndexTypeConditionSortinner class IndexTypeConditionSort internal constructor()
Change Records
v1.0.0
first
Function Illustrate
字节码下标排序实现类。
- method
firstfun first()
Change Records
v1.0.0
first
Function Illustrate
设置满足条件的第一个。
- method
lastfun last()
Change Records
v1.0.0
first
Function Illustrate
设置满足条件的最后一个。
- method
reversefun reverse(num: Int)
Change Records
v1.0.0
first
Function Illustrate
设置倒序下标。