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

6
LINES

< > BotCompany Repo | #1026418 // VarWithPrevAndNext

JavaX fragment (include)

sclass VarWithPrevAndNext<A> implements IHasPrevAndNext<VarWithPrevAndNext<A>> {
  VarWithPrevAndNext<A> prev, next;
  
  VarWithPrevAndNext<A> prev() { ret prev; }
  VarWithPrevAndNext<A> next() { ret next; }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026418
Snippet name: VarWithPrevAndNext
Eternal ID of this version: #1026418/1
Text MD5: 97913e9ea0f9be89d5521dcfe1f3e583
Author: stefan
Category: javax / discord
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-03 16:46:06
Source code size: 216 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 102 / 132
Referenced in: [show references]