MCPcopy
hub / github.com/libgdx/libgdx / array

Method array

gdx/src/com/badlogic/gdx/utils/JsonString.java:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public JsonString array () {
69 requireCommaOrName();
70 buffer.append('[');
71 stack.add(current);
72 current = array;
73 return this;
74 }
75
76 /** Prefer calling the more specific value() methods. */
77 public JsonString value (@Null Object value) {

Callers 3

heightColorsToMapMethod · 0.45
writeArrayStartMethod · 0.45
appendMethod · 0.45

Calls 4

requireCommaOrNameMethod · 0.95
nameValueMethod · 0.95
addMethod · 0.65
appendMethod · 0.45

Tested by 1

heightColorsToMapMethod · 0.36