存档

  • Java Collections性能比较

    本文转自IKOO大哥博客 其实这是转贴,原文地址。有时间再简单翻译下。 List – this is an ordered list of objects, insertion order is maintained and retrieval order is in the list order but items can also be random accessed, duplicate items are allowed, generally allow storage of null values (the ones below do), generally fast to iterate and find items by position but slow [...]

    2012年1月1日 | 归档于 Java
文章标签 ‘Java Collections性能比较’