• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

talsma-ict / lazy4j / 16990372856
100%

Build:
DEFAULT BRANCH: main
Ran 15 Aug 2025 12:54PM UTC
Jobs 1
Files 3
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Aug 2025 12:52PM UTC coverage: 99.338% (+1.4%) from 97.959%
16990372856

push

github

web-flow
Feature: A LazyValueMap behaving like a regular map with lazy values. (#275)

A Map that can store its values in a Lazy manner.

This has the advantage that while providing 'standard' Map features,
unused values do not need to be evaluated.

The behaviour of this map depends on the delegate map it was initialized with.

If the delegate map is mutable, the lazy map will be mutable as well.
If the delegate map is sorted, the lazy map will be sorted as well.
The default and copy constructors create a lazy map that behaves like a LinkedHashMap.
If the backing map does not support null values, the lazy map will support them.
This fixes #274

---------

Signed-off-by: Sjoerd Talsma <sjoerdtalsma@users.noreply.github.com>

47 of 48 branches covered (97.92%)

Branch coverage included in aggregate %.

103 of 103 relevant lines covered (100.0%)

5.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16990372856.1 15 Aug 2025 12:54PM UTC 3
99.34
GitHub Action Run
Source Files on build 16990372856
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16990372856
  • 774ebbe9 on github
  • Prev Build on main (#16988873753)
  • Next Build on main (#16990411147)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc