Tag: sort

  • SortedArrayList and Merge Reviews

    This is a pair of library classes to include in your own code for manipulating ArrayLists. It consist of two classes: SortedArrayList and Merge. SortedArrayList is an ArrayList that remembers how it is sorted, so that if you ask it to sort, it can sometimes bypass the work when it is already in order. You…

  • CSVReader/Writer Reviews

    31 Java classes you can use standalone or embed in your own programs to Read, write, align, sort and pack comma, tab and semicolon- separated variable files, commonly known as CSV files. It consists of 31 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCommaToTab, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVISBN, CSVPack, CSVPatch, CSVReplaceStrings, CSVReplaceURLs, CSVReshape,…

  • Comparator Cutter Reviews

    Comparator Cutter is an Applet that generates custom Java code to implement Comparable/Comparator. The Applet lets you provide a few facts about the Comparable or Comparator you want and the ComparatorCutter generates you well-commented Java source code to include in your own programs. It ask you the name of the Comparator class, the name of…

  • ImageCategorizer Reviews

    ImageCategorizer – the very special search-app for your images! A gui-application for all 32- and 64-bit-windows-systems. Searching directly or in batch mode. Insert it with a mouseklick into the explorer context menu. Searching for images with special formats or special colour distributions or bw/grey/coloured or pixel dimensions or imagetypes or aspect ratios or or or…