Collection In Java
Selasa, 14 Mei 2013
0
komentar
A
collections framework is a unified architecture for representing and manipulating collections. All collections frameworks contain the following:Brief Description of Collection Framework
- Interfaces: These are abstract data types that represent collections. Interfaces allow collections to be manipulated independently of the details of their representation. In object-oriented languages, interfaces generally form a hierarchy.
- Implementations: These are the concrete implementations of the collection interfaces. In essence, they are reusable data structures.
- Algorithms: These are the methods that perform useful computations, such as searching and sorting, on objects that implement collection interfaces. The algorithms are said to be polymorphic: that is, the same method can be used on many different implementations of the appropriate collection interface. In essence, algorithms are reusable functionality.
Collections
Collections from Mayur Sojitra
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Collection In Java
Ditulis oleh menotor
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidbox2014.blogspot.com/2013/05/collection-in-java.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh menotor
Rating Blog 5 dari 5

0 komentar:
Posting Komentar