| Commit | Date | |
|---|---|---|
|
[r4247]
by
dlsmith
PLT Utilities update: Fixed a bug in the Relation interface. Added ImmutableRelation. Modified IOUtil.listFilesRecursively so that the results are not canonicalized. |
2007-08-14 15:36:28 | Tree |
| 2007-08-03 21:14:35 | Tree | |
|
[r4245]
by
dlsmith
PLT Utilities updates. LambdaUtil: instanceof predicate, partial function conversion; IterUtil: added a contains test; Relation, HashRelation: added these, modeling sets of pairs with map-like indexing; CollectUtil: convenience methods to access UnionSet, etc., and ComposedMap - empty list, etc., methods - convert an option to a set - added partialFunctionClosure; Tuples: fixed equals and hashcode methods to check for null, added some handy methods to Option |
2007-08-01 20:45:26 | Tree |
|
[r4244]
by
dlsmith
Added classes for Set at Map composition. Added a CollectUtil class. Added LambdaUtil.bind methods for Predicates, and IterUtil.run methods for Runnables. |
2007-07-20 20:06:44 | Tree |
|
[r4243]
by
dlsmith
Fixed compiler warnings/errors in PLT involving casting that only came up under javac 6. |
2007-07-18 15:38:38 | Tree |
|
[r4242]
by
c45207
Override NoCompilerAvailable's toString() so that the GUI now displays Changed: |
2007-07-18 03:03:03 | Tree |
|
[r4241]
by
mgricken
Removed Java 1.6 compiler check from JDKToolsLibrary.java; this is an improvement of revision 4236 |
2007-07-17 19:33:15 | Tree |
|
[r4240]
by
mgricken
Added Java 1.6 compiler check into Javac160Compiler.java; this is an improvement of revision 4228. |
2007-07-17 19:28:04 | Tree |
|
[r4239]
by
dlsmith
Added a diagonalizing version of CartesianIterator and utility methods; added an isInfinite() method to SizedIterable and improved support/documentation for infinite iterables; moved tuple getter lambdas from IterUtil to the respective tuple classes; misc iter package cleanup; fixed javadoc errors. |
2007-07-17 19:15:44 | Tree |
|
[r4238]
by
dlsmith
Added CartesianIterable and a handful of IterUtil.cross() methods for computing cartesian products. Added a couple of useful lambdas to LambdaUtil. |
2007-07-16 19:38:31 | Tree |