public class NumberAnchorGenerator extends Object implements AnchorGenerator
| Constructor and Description |
|---|
NumberAnchorGenerator(int lastAnchorId)
Create
|
| Modifier and Type | Method and Description |
|---|---|
Anchor |
nextAnchor(org.snakeyaml.engine.v2.nodes.Node node)
Create value increasing the number
|
public NumberAnchorGenerator(int lastAnchorId)
lastAnchorId - - the number to start frompublic Anchor nextAnchor(org.snakeyaml.engine.v2.nodes.Node node)
nextAnchor in interface AnchorGeneratornode - - ignoredCopyright © 2018–2022. All rights reserved.