public interface ArrayReader<G,A,T>
| Modifier and Type | Method and Description |
|---|---|
G |
add(G a,
T item)
Adds an item to the result, returning
a new result; new result must be used for
any further invocations
|
A |
complete(G ar)
Completes building of a result from a gestational result
|
G |
init()
Initializes a new gestational result
|
G |
init(int size)
Initializes a new gestational result of specified size
|
G init()
G init(int size)
size - initial size of the new resultG add(G a, T item)
a - gestational resultitem - an itemCopyright © 2017. All rights reserved.