资 源 简 介
Algorithm contains some classic datastructs not appeared in java.Util, they are:
LinkedArray, a little different with LinkedList, each node is an array can hold a piece of objects, improved storage effective.
StaticList, combined advances of List and Array, using array indexes to link the object chain, i.e. pointer.
Fixed length caches base on java.util.List, java.util.Set, java.util.Map. They are useful to cache data but limit the size. with FIFO, OPT, LRU, LFU replacement algorithms.
Crosstab, an java impl of crosstab, can build plain java bean collection (VO) to crosstabViewer, provided DataCell, Label Cell array and matrixes which is HTML table data structure friendly output, can be used for fixable HTML crosstab.