Module datarush.library
Interface RecordTokenAppendable
-
- All Superinterfaces:
TokenAppendable
- All Known Subinterfaces:
MutableRecordTokenSequence
- All Known Implementing Classes:
RecordTokenList
,SparseRecordTokenList
public interface RecordTokenAppendable extends TokenAppendable
A sequence of composite tokens to which additional tokens can be appended. Each field of the composite record is itself aTokenAppendable
.- See Also:
RecordTokenSequence
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenAppendable
append, append, append, append
-
-