import{_ as s,o as e,c as n,a}from"./app-Un_zyw_U.js";const o={},t=a(`
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.0
first
Function Illustrate
这是
Class
与Member
查找类功能的基本类实现。
inner class IndexTypeCondition internal constructor(private val type: IndexConfigType)
Change Records
v1.0.0
first
Function Illustrate
字节码下标筛选实现类。
fun index(num: Int)
Change Records
v1.0.0
first
Function Illustrate
设置下标。
若 index
小于零则为倒序,此时可以使用 IndexTypeConditionSort.reverse
方法实现。
可使用 IndexTypeConditionSort.first
和 IndexTypeConditionSort.last
设置首位和末位筛选条件。
fun index(): IndexTypeConditionSort
Change Records
v1.0.0
first
Function Illustrate
得到下标。
inner class IndexTypeConditionSort internal constructor()
Change Records
v1.0.0
first
Function Illustrate
字节码下标排序实现类。
fun first()
Change Records
v1.0.0
first
Function Illustrate
设置满足条件的第一个。
fun last()
Change Records
v1.0.0
first
Function Illustrate
设置满足条件的最后一个。
fun reverse(num: Int)
Change Records
v1.0.0
first
Function Illustrate
`,51),l=[t];function p(c,r){return e(),n("div",null,l)}const i=s(o,[["render",p],["__file","BaseFinder.html.vue"]]);export{i as default};设置倒序下标。