46 containers (five) - Vector, thread-safe version of the ArrayList

In a List, List three most commonly used are:

  • ArrayList frequently recommended query
  • When added or deleted frequently recommended LinkedList
  • Recommended use Vector thread-safe

Vector underlying ArrayList with almost the same, the method requires the use of a synchronized thread security.

Guess you like

Origin www.cnblogs.com/Scorpicat/p/12020653.html