General utilities
This is a set of closely related utilities.
title | description |
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 |
files | toolbox for file handling: listen for file changes |
Listener | similar to the java Observable, but with interface foundation |
Tree | utility for tree-with-attributes, matching of trees, etc |
Repository | Interface and basics for building a repository of class objects with change notification |
Maven include:
<dependency> <groupId>tudelft.utilities</groupId> <artifactId>utilities</artifactId> <version>1.2.1</version> </dependency>
available on
<repository> <id>artifactory.ewi.tudelft.nl</id> <url>https://artifactory.ewi.tudelft.nl/artifactory/libs-release</url> <snapshots> <enabled>false</enabled> </snapshots> </repository>
Last modified
2 years ago
Last modified on 09/22/22 11:06:32
Note:
See TracWiki
for help on using the wiki.