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

3
LINES

< > BotCompany Repo | #1001498 // isType

JavaX fragment (include)

static boolean isType(O o, S className) {
  ret o != null && o.getClass().getName().equals(className);
}

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: #1001498
Snippet name: isType
Eternal ID of this version: #1001498/1
Text MD5: c942fa943145f705fc9e0d37f99a8793
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-10-20 23:51:37
Source code size: 106 bytes / 3 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 591 / 865
Referenced in: [show references]