M - type of the metadataD - type of the datapublic class Segment<M extends Metadata,D extends Data> extends Object
| Constructor and Description |
|---|
Segment(M metadata,
D data)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
D |
getData()
Get the segment data.
|
M |
getMetadata()
Get the segment metadata.
|
void |
setMetadata(M metadata)
Set the segment metadata.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.