public interface ArrayReader
| Modifier and Type | Method and Description |
|---|---|
Object |
add(Object ar,
Object item)
Adds an item to the array reader, returning
a new array reader; new array reader must be used for
any further invocations
|
Object |
complete(Object ar)
Completes building of an object from an array
|
Object |
init()
Initializes a new array reader
|
Object |
init(int size)
Initializes a new array reader of specified size
|
Object init()
Object init(int size)
size - initial size of the new array readerObject add(Object ar, Object item)
ar - a map readeritem - an itemCopyright © 2014. All rights reserved.