public interface CachedColumn
The usage sequence for an instance of this class is:
add(java.lang.Object)
zero or more times
endAdd()
createSequence()
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object value)
Adds an entry to this vector data container.
|
CachedSequence |
createSequence()
Returns an object which is capable of supplying in order all the
values that were added to this object.
|
void |
endAdd()
Indicates that no more calls to
endAdd() will be made |
void add(java.lang.Object value)
value
- non-null value to storevoid endAdd()
endAdd()
will be madeCachedSequence createSequence()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.