Added implementation of the SQLiteSet class.
commit9d36dedcbf40d1bfcb38bc6c9d6d055bc921c03a
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 6 Oct 2021 19:26:25 +0000 (6 21:26 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 7 Oct 2021 21:10:55 +0000 (7 23:10 +0200)
tree59f3c0872f7c6dd103bcc38d81e055168f1f54ae
parent78847b1b01b2edd9d03e0a3f96f3e88c1ad274c5
Added implementation of the SQLiteSet class.
README.md
build.xml
src/com/muldersoft/container/sqlite/SQLiteMap.java [moved from src/com/muldersoft/maps/sqlite/SQLiteMap.java with 76% similarity]
src/com/muldersoft/container/sqlite/SQLiteSet.java [new file with mode: 0644]
test/com/muldersoft/container/sqlite/test/Main.java [moved from test/com/muldersoft/maps/sqlite/test/Main.java with 86% similarity]
test/com/muldersoft/container/sqlite/test/MutableEntry.java [moved from test/com/muldersoft/maps/sqlite/test/MutableEntry.java with 64% similarity]