protected static final class CBORParser.StringRefListStack extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
StringRefListStack() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty() |
CBORParser.StringRefList |
peek() |
void |
pop() |
void |
push(boolean hasNamespace) |
public void push(boolean hasNamespace)
public void pop()
public CBORParser.StringRefList peek()
public boolean empty()
Copyright © 2026 FasterXML. All rights reserved.