public interface CachedColumn
The usage sequence for an instance of this class is:
add(java.lang.Object) zero or more times
endAdd()
createReader() zero or more times
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(java.lang.Object value) |
Adds an entry to this vector data container.
|
CachedReader |
createReader() |
Returns an object which is capable of accessing the values that were
added to this object.
|
void |
endAdd() |
Indicates that no more calls to
add(java.lang.Object) will be made |
long |
getRowCount() |
Returns the number of values added so far.
|
void add(java.lang.Object value)
value - non-null value to storevoid endAdd()
add(java.lang.Object) will be madelong getRowCount()
CachedReader createReader()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.