◆ getByIndex()
virtual V* FiftyoneDegrees::Common::Collection< K, V >::getByIndex | ( | uint32_t | index | ) | const |
Get the item from the collection at the index provided.
- Parameters
-
- index - of the item required in the collection. Not the same as the key
- Returns
- a new instance of the item at the index
Implemented in FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForComponentHash, FiftyoneDegrees::DeviceDetection::Hash::ValueMetaDataCollectionForProfileHash, FiftyoneDegrees::DeviceDetection::Hash::ValueMetaDataCollectionForPropertyHash, FiftyoneDegrees::DeviceDetection::Hash::ComponentMetaDataCollectionHash, FiftyoneDegrees::DeviceDetection::Hash::ProfileMetaDataCollectionHash, FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionHash, FiftyoneDegrees::DeviceDetection::Hash::ValueMetaDataCollectionHash, and FiftyoneDegrees::DeviceDetection::Hash::PropertyMetaDataCollectionForPropertyHash.