\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.typed.TypedKey< T > Interface Template Reference

Detailed Description

Holds a name and a type to allow for type safe operations on named values.

TypedKeys of same name and type test equal. TypedKeys of same name and different type test not equal.

Parameters
<T> - type of the value associated with the Key

Inheritance diagram for fiftyone.pipeline.core.typed.TypedKey< T >:

[legend]

Public Member Functions

String  getName ()
Get the name. More...
Class< T >  getType ()
Get the type. More...

Member Function Documentation