public class CharacterList extends Object
Copyright (c) 2020-2024 xsx All Rights Reserved. x-easypdf-pdfbox is licensed under Mulan PSL v2. You can use this software according to the terms and conditions of the Mulan PSL v2. You may obtain a copy of Mulan PSL v2 at: http://license.coscl.org.cn/MulanPSL2 THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details.
| 构造器和说明 |
|---|
CharacterList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CharacterList |
create(String text)
创建
|
boolean |
hasNext()
是否有下一个
|
boolean |
hasPrevious()
是否有上一个
|
void |
setPrevious(CharacterList node)
设置上一个
|
void |
skipNext()
跳过下一个
|
public static CharacterList create(String text)
text - 文本public void setPrevious(CharacterList node)
node - 节点public boolean hasPrevious()
public boolean hasNext()
public void skipNext()
Copyright © 2024. All rights reserved.