1 | sbool isIndexedList(L l) { |
2 | ifclass IndexedList2 |
3 | if (l instanceof IndexedList2) true; |
4 | endif |
5 | ifclass TokenIndexedList3 |
6 | if (l instanceof TokenIndexedList3) true; |
7 | endif |
8 | ret false; |
9 | } |
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: | 216 / 251 |
Referenced in: | [show references] |