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)

1  
2  
static <A> L<A> lookupPossiblyCI(MultiMap<S, A> map, S key) {
3  
  ret lookupPossiblyIgnoreCase(map, key);
4  
}
5  
6  
7  
8  
static <A> A lookupPossiblyCI(Map<S, A> map, S key) {
9  
  ret lookupPossiblyIgnoreCase(map, key);
10  
}

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: 92 / 124
Referenced in: [show references]