-
- All Implemented Interfaces:
public abstract class AbstractBuilder<T extends Object>An abstract base class for the
Builderclasses ofJSONArrayandJSONObject.
-
-
Constructor Summary
Constructors Constructor Description AbstractBuilder(Array<T> array)
-
Method Summary
Modifier and Type Method Description final IntegergetSize()final Array<T>checkArray()abstract JSONStructure<?>build()-
-
Method Detail
-
checkArray
final Array<T> checkArray()
-
build
abstract JSONStructure<?> build()
-
-
-
-