\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.typed.TypedKeyMapBuilder Class Reference

Detailed Description

Public builder for instances of TypedKeyMap.

This follows the fluent builder pattern.

Public Member Functions

 TypedKeyMapBuilder (boolean isConcurrent)
Construct a new instance. More...
TypedKeyMap  build ()
Build the TypedKeyMap instance. More...

Constructor & Destructor Documentation

◆ TypedKeyMapBuilder()

fiftyone.pipeline.core.typed.TypedKeyMapBuilder.TypedKeyMapBuilder ( boolean   isConcurrent )

Construct a new instance.

Parameters
isConcurrent - true if the resulting TypedKeyMap should be thread-safe to handle concurrent access

Member Function Documentation

◆ build()

TypedKeyMap fiftyone.pipeline.core.typed.TypedKeyMapBuilder.build ( )

Build the TypedKeyMap instance.

Returns
map instance