Modules | |
Built-in Sequences | |
Defines sequences of primitive data type. | |
Classes | |
class | FooSeq |
<<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo . More... | |
interface | Sequence |
<<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo . More... | |
class | FooSeq |
<<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo . More... |
This interface is a minimal extension to the standard java.util.List
interface, making it easier to use RTI Data Distribution Service alongside other Java APIs.
The java.util.List
interface does not provide direct support for lists of primitive types. The Built-in Sequences provide extension APIs for working with collections of primitive elements without the overhead of boxing the unboxing.
When you use the rtiddsgen code generation tool, it will automatically generate concrete sequence instantiations for each of your own custom types.