summaryrefslogtreecommitdiff
path: root/java/src/Freeze/Map.java
Commit message (Collapse)AuthorAge
...
* Bug fixes: check if cursor is not null in EntryIterator.getNext(), cursorBenoit Foucher2002-11-12
| | | | | is null if the db is empty and he evictor iterator now closes again the db iterator (not the map iterator).
* implement Map.Entry.setValueMark Spruiell2002-11-08
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* Removed slice task tagdir attribute from build.xmlBenoit Foucher2002-09-27
| | | | | Fixed Freeze.Map bugs. Fixed Slice2JavaTask and Slice2FreezeJ task bugs.
* added spaceMarc Laukien2002-07-09
|
* Iterators should not be closed/invaliated by reading the maps content.Matthew Newhook2002-07-02
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* Fix Freeze bug with EvictorIterators.Matthew Newhook2002-05-20
|
* Fixed bug where calling any of the iterator methods on Freeze.Map with anMatthew Newhook2002-05-13
| | | | | empty underlying database would throw a DBNotFoundException. This now results in an iterator that has no elements.
* First version of demo/Freeze/bench.Matthew Newhook2002-03-12
|
* property fixes; minor cleanupMark Spruiell2002-03-12
|
* style changes.Matthew Newhook2002-03-11
|
* Initial version of Freeze for Java.Matthew Newhook2002-03-07