◆ get()
<T> T fiftyone.pipeline.core.typed.TypedKeyMap.get | ( | TypedKey< T > | typedKey | ) |
Get a value from a typed key.
- Parameters
-
- typedKey - the value to get
- <T> - type of the value
- Returns
- a value or null if not present
◆ put()
<T> void fiftyone.pipeline.core.typed.TypedKeyMap.put ( TypedKey< T > typedKey, T value ) Put a key and value.
May overwrite a typedKey of the same name.
- Parameters
-
- typedKey - the key to add
- value - the value
- <T> - the type of the value