{"id":18645933,"url":"https://github.com/giosil/wcollections","last_synced_at":"2025-11-05T04:30:33.915Z","repository":{"id":116932593,"uuid":"221942204","full_name":"giosil/wcollections","owner":"giosil","description":"A convenience library for manage collections.","archived":false,"fork":false,"pushed_at":"2024-06-04T07:32:50.000Z","size":430,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T11:44:32.171Z","etag":null,"topics":["convenience-library","java-collections","java-library"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giosil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-15T14:39:18.000Z","updated_at":"2024-06-04T07:32:53.000Z","dependencies_parsed_at":"2024-04-07T22:00:06.716Z","dependency_job_id":null,"html_url":"https://github.com/giosil/wcollections","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fwcollections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fwcollections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fwcollections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fwcollections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giosil","download_url":"https://codeload.github.com/giosil/wcollections/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449594,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convenience-library","java-collections","java-library"],"created_at":"2024-11-07T06:17:45.112Z","updated_at":"2025-11-05T04:30:33.885Z","avatar_url":"https://github.com/giosil.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapped Collections\n\n![Build](https://github.com/giosil/wcollections/workflows/Build/badge.svg)\n![Release](https://img.shields.io/github/v/tag/giosil/wcollections.svg)\n\nA convenience library for collections management.\n\n## Examples\n\n```java\n// Wrapped Map\nWMap wmap = new WMap(mapOfValues);\n\nint    iValue  = wmap.getInt(key,    0);\ndouble dValue  = wmap.getDouble(key, 3.14d);\nString sValue  = wmap.getString(key, \"\");\nDate   dtValue = wmap.getDate(key,   null);\n\n// Wrapped List \nWList wlist = new WList(list);\n\nint  intVal = wlist.getInt(0);\n\n// Wrapped Structure \nWStruct wstruct = new WStruct(mapOfValues);\n\nString name = wstruct.getString(\"person.name\");\n\n// Utils and Beans manipulation\nPerson person = WUtil.populateBean(Person.class, mapOfValues);\n\nMap\u003cString, Object\u003e mapPerson = WUtil.toMapObject(person, false);\n```\n\n## Build\n\n- `git clone https://github.com/giosil/wcollections.git`\n- `mvn clean install`\n\n## Revert and clean \n\n- `git reset --hard` to discarde any changes not committed to tracked files in the working tree\n- `git clean -fxd` to delete untracked file recursively (f) and directories (d) also in .gitignore (x)\n\n## Build on Jenkins\n\n![Jenkins](jenkins.png)\n\n## Contributors\n\n* [Giorgio Silvestris](https://github.com/giosil)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiosil%2Fwcollections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiosil%2Fwcollections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiosil%2Fwcollections/lists"}