import{_ as s,o as e,c as n,a as o}from"./app-BpUB8-Q8.js";const a={},t=o(`
Notice
Due to maintenance costs, the YukiHookAPI
will no longer update this document from version 1.3.0
and switch to the API document automatically generated by the Dokka plugin in version 2.0.0
.
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.
abstract class BaseFinder
Change Records
v1.0.70
added
v1.1.0
modified
分离原始命名 BaseFinder
中的部分方法与参数到 MemberBaseFinder
Function Illustrate
这是
Class
与Member
查找类功能的基本类实现。
inner class IndexTypeCondition internal constructor(private val type: IndexConfigType)
Change Records
v1.0.70
added
Function Illustrate
字节码下标筛选实现类。
fun index(num: Int)
Change Records
v1.0.70
added
Function Illustrate
设置下标。
若 index
小于零则为倒序,此时可以使用 IndexTypeConditionSort.reverse
方法实现。
可使用 IndexTypeConditionSort.first
和 IndexTypeConditionSort.last
设置首位和末位筛选条件。
fun index(): IndexTypeConditionSort
Change Records
v1.0.70
added
Function Illustrate
得到下标。
inner class IndexTypeConditionSort internal constructor()
Change Records
v1.0.70
added
Function Illustrate
字节码下标排序实现类。
fun first()
Change Records
v1.0.70
added
Function Illustrate
设置满足条件的第一个。
fun last()
Change Records
v1.0.70
added
Function Illustrate
设置满足条件的最后一个。
fun reverse(num: Int)
Change Records
v1.0.70
added
Function Illustrate
`,54),l=[t];function c(d,p){return e(),n("div",null,l)}const i=s(a,[["render",c],["__file","BaseFinder.html.vue"]]);export{i as default};设置倒序下标。