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

10
LINES

< > BotCompany Repo | #1030854 // lookupPossiblyCI - synonym of lookupPossiblyIgnoreCase

JavaX fragment (include)

static <A> L<A> lookupPossiblyCI(MultiMap<S, A> map, S key) {
  ret lookupPossiblyIgnoreCase(map, key);
}



static <A> A lookupPossiblyCI(Map<S, A> map, S key) {
  ret lookupPossiblyIgnoreCase(map, key);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030854
Snippet name: lookupPossiblyCI - synonym of lookupPossiblyIgnoreCase
Eternal ID of this version: #1030854/1
Text MD5: 714323afc581e30d65af588e9496d8c1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-03 16:08:35
Source code size: 210 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 117
Referenced in: [show references]