Java collections framework (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Java collections framework" in English language version.

refsWebsite
Global rank English rank
1,514th place
1,024th place
6th place
6th place
325th place
255th place
3,696th place
2,428th place
1st place
1st place
low place
low place
low place
low place
179th place
183rd place
3,206th place
2,477th place

apache.org (Global: 3,206th place; English: 2,477th place)

commons.apache.org

archive.org (Global: 6th place; English: 6th place)

digilife.be (Global: low place; English: low place)

infoworld.com (Global: 3,696th place; English: 2,428th place)

  • Becker, Dan (November 1, 1998). "Get started with the Java Collections Framework". JavaWorld. Retrieved 2020-07-13. Before Collections made its most welcome debut, the standard methods for grouping Java objects were via the array, the Vector, and the Hashtable. All three of these collections have different methods and syntax for accessing members: arrays use the square bracket ([]) symbols, Vector uses the elementAt method, and Hashtable uses get and put methods.
  • Vanhelsuwé, Laurence (June 1, 1997). "Need a good set of abstract data structures? ObjectSpace's JGL packs a punch!". JavaWorld. Retrieved 2020-07-13. As with Java itself, the Java Generic Library borrows heavily from the C++ camp: It takes the best from C++'s STL, while leaving the C++ warts behind. Most C++ programmers today will know of their STL, but few are managing to exploit its potential.
  • Vanhelsuwé, Laurence (January 1, 1999). "The battle of the container frameworks: which should you use?". JavaWorld. Retrieved 2020-07-13. Comparing ObjectSpace Inc.'s JGL and Sun's Collections Framework turns out to be like comparing apples and kiwi fruits. At first sight, the two frameworks seem to be competing for the same developers, but after a closer inspection it is clear that the two cannot be compared fairly without acknowledging first that the two frameworks have different goals. If, like Sun's documentation states, Collections is going to homogenize Sun's own APIs (core API, extensions, etc.), then clearly Collections has to be great news, and a good thing, even to the most fanatic JGL addict. Provided Sun doesn't break its promise in this area, I'll be happy to invest my resources in adopting Collections in earnest.

openlibrary.org (Global: 325th place; English: 255th place)

oracle.com (Global: 1,514th place; English: 1,024th place)

docs.oracle.com

download.oracle.com

  • "Lesson: Introduction to Collections". Oracle Corporation. Retrieved 2010-12-22.

oswego.edu (Global: low place; English: low place)

gee.cs.oswego.edu

  • Lea, Doug. "Overview of the collections Package". Retrieved 2011-01-01. The Sun Java Development Kit JDK1.2 finally includes a standard set of collection classes. While there are some design and implementation differences, the JDK1.2 package contains most of the same basic abstractions, structure, and functionality as this package. For this reason, this collections package will NOT be further updated
  • Lea, Doug. "Overview of package util.concurrent Release 1.3.4". Retrieved 2011-01-01. Note: Upon release of J2SE 5.0, this package enters maintenance mode: Only essential corrections will be released. J2SE5 package java.util.concurrent includes improved, more efficient, standardized versions of the main components in this package.

stanford.edu (Global: 179th place; English: 183rd place)

web.archive.org (Global: 1st place; English: 1st place)