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 and Description |
---|---|
void |
add(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(Object value) throws IOException
value
- non-null value to storeIOException
void endAdd() throws IOException
add(java.lang.Object)
will be madeIOException
long getRowCount()
CachedReader createReader()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.