Package org.meeuw.json
Class ArrayEntry
- java.lang.Object
-
- org.meeuw.json.ArrayEntry
-
-
Constructor Summary
Constructors Constructor Description ArrayEntry()ArrayEntry(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(StringBuilder builder)intgetIndex()protected ArrayEntryinc()StringtoString()
-
-
-
Method Detail
-
inc
protected ArrayEntry inc()
-
getIndex
public int getIndex()
-
appendTo
public void appendTo(StringBuilder builder)
-
-