0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 8 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more tests More... almost 17 years ago
������� �� ��� HugeMatrix More... almost 17 years ago
*** empty log message *** More... almost 17 years ago
Added possibility to save number of dirty changes to commit More... almost 17 years ago
Made dirtyChangesToCommit as private field and allowed to get and set it. More... almost 17 years ago
Added new constructor that allows to set dirtyChangesToCommit More... almost 17 years ago
Fixed commiting of changes More... almost 17 years ago
Added More... almost 17 years ago
Reimplemented containsKey to find keys normally More... almost 17 years ago
Extended from Persistent to allow to save that element in database More... almost 17 years ago
Fixed the build.xml More... almost 17 years ago
Remove old code More... almost 17 years ago
Reimplemented everything on Perst More... almost 17 years ago
Added More... almost 17 years ago
Added two more targets to run tests. Added version information to created jar file. More... almost 17 years ago
version 0.1.1 More... almost 17 years ago
Added test suites for tests More... almost 17 years ago
Added implements Serializable More... almost 17 years ago
Added test for serialization of list More... almost 17 years ago
Added creating of btree when opening if it was not created before. Added checks for null btree in isOpened and close methods More... almost 17 years ago
Added test for serialization of storage More... almost 17 years ago
*** empty log message *** More... almost 17 years ago
added implementations for readObject and writeObject. Need to test... More... almost 17 years ago
Added default serialVersionUID More... almost 17 years ago
Changed type of serializeObjectToValue to Object instead of T. Added first implementation of writeObject and readObject. Not finished yet! made fields transient. More... almost 17 years ago
removed HugeCollection and its test class More... almost 17 years ago
Added tests for set method and iterator More... almost 17 years ago
Added set method. Removed methods, which implementation is equal to AbstractList implementation More... almost 17 years ago
Added set method. Rewrote add method to just call the insertMethod More... almost 17 years ago
Added test of set method More... almost 17 years ago