Interface | Description | |
---|---|---|
ICollection | The 'ICollection' interface defines a common interface for all collection objects. |
Class | Description | |
---|---|---|
HashMap | The 'HashMap' class stores data in key/value pairs. | |
Queue | Stores data in a 'first on, first off' fashion. | |
Stack | Stores data in a 'first on, last off' fashion. |