Changes between Version 1 and Version 2 of utilities


Ignore:
Timestamp:
06/14/21 12:21:38 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • utilities

    v1 v2  
    33This is a set of closely related utilities.
    44
    5 [wiki:Immutablelist] 
     5||title||description||
     6||[wiki:immutablelist] ||toolbox for lazy list manipulation, for generating and manipulating very large or even infinite large lists. The core function is random access getter get(N) with N a BigInteger ||
     7||[wiki:files]||toolbox for file handling: listen for file changes ||
     8||[wiki:Listener]||similar to the java Observable, but with interface foundation ||
     9||[wiki:Tree]||utility for tree-with-attributes, matching of trees, etc ||
     10||Repository||Interface and basics for building a repository of class objects with change notification||