Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1024195 // countValuesWhere - count map values that match a data condition (fields+values)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1704L/11K).

static int countValuesWhere(Map map, O... data) {
  ret countWhere(values(map), data);
}

Author comment

Began life as a copy of #1003903

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024195
Snippet name: countValuesWhere - count map values that match a data condition (fields+values)
Eternal ID of this version: #1024195/1
Text MD5: 63a58f9cdacd279253742786d57468a9
Transpilation MD5: 3eac5a1ada53bdd8186243f53c5f14fd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-25 23:52:53
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 140 / 199
Referenced in: [show references]