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

4
LINES

< > BotCompany Repo | #1010712 // persistentHashMapFromProgram - load object stored with persistentHashMap() by another program

JavaX fragment (include)

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

Author comment

Began life as a copy of #1009875

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: #1010712
Snippet name: persistentHashMapFromProgram - load object stored with persistentHashMap() by another program
Eternal ID of this version: #1010712/7
Text MD5: 56ebd489bee7e24f5162b9e2f9b158f4
Author: stefan
Category: javax / lists
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-16 17:53:50
Source code size: 160 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 506 / 533
Version history: 6 change(s)
Referenced in: [show references]