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

6
LINES

< > BotCompany Repo | #1013713 // ciSetAutoComboBox - case-insensitive auto-complete from a list of entries

JavaX fragment (include)

static AutoComboBox3 ciSetAutoComboBox(Collection<S> lines) {
  final TreeSet<S> linesSet = asCISet(lines);
  ret autoComboBox3(func(S s) -> Set<S> {
    prefixSubSet(linesSet, s)
  });
}

Author comment

Began life as a copy of #1013712

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: #1013713
Snippet name: ciSetAutoComboBox - case-insensitive auto-complete from a list of entries
Eternal ID of this version: #1013713/3
Text MD5: 9d4501691d460aaba9c5ccc7bd8468fc
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-28 00:47:32
Source code size: 192 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 361 / 379
Version history: 2 change(s)
Referenced in: [show references]