change tree set and tree map interface to 'sorted'
fix a minor issue in linked hash map
modify jsonobject impl
fix issue in JsonValue
using linked hash map for json object and remov...
fix a debug build error
add json object
add navigable map and navigable set. improve ha...
fix an error in map remove perf test
use unsafe to improve the murmur performance
add boundary tests for hash map
fix remove issue in linked hash map
add boundary test for hash map
fix an error in murmur hash 32. use unsafe code...
add perf test
Add a hash map just using the GetHashCode as th...
add fnv 32 hash algorithm. it's a simple and fa...
rename original hashmap to customized 32 hash m...
update tests for the changes
fix an error occuring in remove when only one i...
fix an error in perf test
remove enumerable in the base hash map constructor
remove predicated and transform collections
re-structure folder and namespace
transfer to xunit
adopt lambda for Assert.Throws
add license information
abstract common logic in tree bag and hash bag ...
add decorated functionality for bag
minor changes: make classes cls compliant
add bag implementationj
implement map bag abstract class and add functors
add bag implementation
add license information
update API documents
minor modifications
add comparison func constructor for trees
ITreeMap inherits IMap, which is a dictionary
change IMap to ITreeMap
unit tests for map
unit tests for map
1. llrbtree.remove logic error found in code re...
add boundary unit test for tree set
make assembly and public interfaces and classes...
modify git ignore
unit tests for tree set
add unit test for tree set
1. add tree map impl. 2 change llrb tree set to...
add tree map implementation
add tree map implementation
Create README.md
add tree map impl. add tree set impl. make llrb...
fix a typo
complete llrb tree implementation and testing
add license information
change long test to reliability test
fix bugs in RemoveMax
fix bugs in delete and deletemax
modify left leaning rb tree logic and update un...
add left leaning red black tree impl and unit t...
add tree set interface and implementation
add IMap
1. add full key 2. remove keyed collection impl
add transformed collection impl
remove tabs
update assembly info. commons collections use i...
update unit test for BoundedQueue
update copyright information
add unit tests for BoundedQueue
First release will target to commons collection implementation.
update nuget package
add interface implementation stub to pass build
remove unnecessary files
add git ignores
remove unncessary files
edit git ignore
edit git ignore
first commit