1 | static AIConcept findAIConceptByNameAndCommentIC(S name, S comment) {
|
2 | for (AIConcept c : values(aiConceptsMap_cached())) |
3 | if (eqic(c.name, name) && eqic(c.comment, comment)) |
4 | ret c; |
5 | null; |
6 | } |
Began life as a copy of #1007550
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007634 |
| Snippet name: | findAIConceptByNameAndCommentIC |
| Eternal ID of this version: | #1007634/2 |
| Text MD5: | 76f023e00fa3733e0e3a190c3b0ee029 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-29 16:54:50 |
| Source code size: | 206 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 755 / 763 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |