merge : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

merge
Taking two or more sorted streams and combining them into one. The Java class library does not have any tools for doing this. Merging can also be done with streams that reside on disk. You don’t need the entire set in RAM (Random Access Memory) to merge. Large sorts take advantage of this by sorting RAM-sized clumps of data, writing them to disk, the merging the clumps in an N-way merge, creating fewer but longer sorted clumps.
sort
SortedArrayList (companion Merge does various merging operations)

This page is posted
on the web at:

http://mindprod.com/jgloss/merge.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\merge.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[3.16.76.43]
You are visitor number