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

4
LINES

< > BotCompany Repo | #1010966 // persistentListFromProgram - load list stored with persistentList() by another program

JavaX fragment (include)

static <A> Map<A> persistentListFromProgram(S progID, S name) {
  PersistentLister l = persistentListerReadOnly(progID);
  ret l.getList(name);
}

Author comment

Began life as a copy of #1010712

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: #1010966
Snippet name: persistentListFromProgram - load list stored with persistentList() by another program
Eternal ID of this version: #1010966/1
Text MD5: 6de1a3cff9cb0e83aac7f1dcdd20d0b1
Author: stefan
Category: javax / lists
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-10 19:40:08
Source code size: 148 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 328
Referenced in: [show references]