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

9
LINES

< > BotCompany Repo | #1025529 // isIndexedList

JavaX fragment (include)

sbool isIndexedList(L l) {
  ifclass IndexedList2
  if (l instanceof IndexedList2) true;
  endif
  ifclass TokenIndexedList3
  if (l instanceof TokenIndexedList3) true;
  endif
  ret false;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1025529
Snippet name: isIndexedList
Eternal ID of this version: #1025529/1
Text MD5: d02d832060441fca46c6646d4b61feb8
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-01 21:18:08
Source code size: 199 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 144 / 177
Referenced in: [show references]