◆ getByIndex()
template<class K, class V>
| virtual V* FiftyoneDegrees::Common::Collection< K, V >::getByIndex | ( | uint32_t | index | ) |
pure virtual
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
◆ getByKey()
template<class K, class V>virtual V* FiftyoneDegrees::Common::Collection< K, V >::getByKey ( K key ) pure virtualGet the item for the key from the collection.
- Parameters
-
- key - unique key of the item required in the collection
- Returns
- a new instance of the item with the key
◆ getSize()
template<class K, class V>virtual uint32_t FiftyoneDegrees::Common::Collection< K, V >::getSize ( ) pure virtualNumber of items in the underlying collection.
- Returns
- the number of items in the collection
The documentation for this class was generated from the following file:
