Loreon
Labs
Platform
Docs
Home
Ecosystems
C#
J2N
Java-like Components for .NET
C#
Emerging
GitHub
Stars
—
Forks
—
Contributors
3
Last push
2mo ago
Recent commits
Latest commits.
Fixed `IndexOf()`, `LastIndexOf()`, `Contains()` and `Remove()` of `List<T>` to support negative zero vs positive zero to match the JDK (fixes #146) (#182)
f1e4a61
Shad Storhaug
2mo ago
Added AOT Trimming Support (#181)
1db2dd5
Shad Storhaug
2mo ago
J2N.Collections.Generic.HashSet<T>.CreateSetComparer(): Reverted breaking API change and removed superfluous HashSetEqualityComparer class. (#180)
425982c
Shad Storhaug
2mo ago
J2N.MathExtensions.Log2(): Reverted legacy fallback implementation to use the same approach that was used in Lucene. The precomputed value was not the correct IEEE 754 rounded value and this is a more robust fix than trying to store the value in a constant. (#179)
e50e973
Shad Storhaug
2mo ago
Implemented navigable collection APIs in SortedSet<T> and SortedDictionary<TKey, TValue> (closes #9) (#178)
acedff5
Shad Storhaug
2mo ago
Backported AlternateLookup for IEqualityComparer<T> and ReadOnlySpan<T> (#174)
060d079
Shad Storhaug
2mo ago
Added AlternateLookup support for IComparer<T> and ReadOnlySpan<TAlternateSpan> (Closes #170) (#177)
89b7336
Shad Storhaug
5mo ago
J2N.Collections.Generic.SortedSet<T>.TreeSubSet: Fixed clamping behavior on views for TryGetSuccessor() (Fixes #175) (#176)
3b51a2f
Shad Storhaug
6mo ago
Top contributors
Builders behind this project.
NightOwl888
389 commits
paulirwin
11 commits
introfog
1 commits