PPT Slide
- Capacity can grow and shrink to fit needs
- Capacity grows upon demand
- Capactiy shrinks when you tell it to do so via method trimToSize( )
- Using trimToSize( ) implies performance costs upon subsequent insertion.
- When extra capacity is needed, then it
- Depends on which of three constructors is used . . .