Package | Description |
---|---|
org.dromara.hutool.core.lang.page |
提供分页信息封装,主要包括:
PageInfo : 提供分页信息。 |
org.dromara.hutool.core.lang.range |
提供区间和边界封装,主要包括:
Bound : 提供边界的抽象表示,包括边界范围、开闭区间等。 |
org.dromara.hutool.core.text.dfa |
DFA全称为:Deterministic Finite Automaton,即确定有穷自动机。
|
org.dromara.hutool.db |
Hutool-db是一个在JDBC基础上封装的数据库操作工具类,通过包装,使用ActiveRecord思想操作数据库。
|
Modifier and Type | Method and Description |
---|---|
Segment<Integer> |
PageInfo.getSegment()
将页数和每页条目数转换为开始位置和结束位置
此方法用于包括结束位置的分页方法 例如: 页码:1,每页10 =》 [0, 9] 页码:2,每页10 =》 [10, 19] …… |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSegment<T extends Number>
片段默认实现
|
Modifier and Type | Class and Description |
---|---|
class |
FoundWord
匹配到的单词,包含单词,text中匹配单词的内容,以及匹配内容在text中的下标,
下标可以用来做单词的进一步处理,如果替换成**
|
Modifier and Type | Class and Description |
---|---|
class |
Page
分页对象
|
Copyright © 2025. All rights reserved.