Gets the number of items in the map.
Gets the reference to the object.
Gets last item in the collection.
Gets the owner ObjectManager instance.
Clears the collection.
Determines whether the item is in the collection.
true if the item is in the collection, false otherwise.
Determines whether the item with specified key exists in the collection.
true if the item with the specified key exists in the collection, false otherwise.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Gets the item with the specified index.
The index of the item.
Gets an existing FontHandler associated with a specified Font, or creates a new one if such font does not exist.
The font
The existing or newly created FontHandler.
Inserts an item at a specific position in the collection.
The position where the item will be inserted.
The item to insert.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Removes the specified item from the collection.
The item to remove.
true if the item was actually removed, false otherwise.
Removes the item at specified index.
The index of the item to remove.
Removes the item with specified key from the collection.
The key to remove.
true if the item with specified key was actually removed, false otherwise.
Sets the item at the specified index.
The index of the item, starting from 0.
The object to set.
Represents a collection of FontHandler objects.