org.codehaus.jackson.smile
Class SmileGenerator.SharedStringNode
java.lang.Object
org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
- Enclosing class:
- SmileGenerator
protected static final class SmileGenerator.SharedStringNode
- extends Object
Helper class used for keeping track of possibly shareable String
references (for field names and/or short String values)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public final String value
index
public final int index
next
public SmileGenerator.SharedStringNode next
SmileGenerator.SharedStringNode
public SmileGenerator.SharedStringNode(String value,
int index,
SmileGenerator.SharedStringNode next)