1 | sbool isInSystemPackage(O o) {
|
2 | S name = className(o); |
3 | ret startsWithOneOf(name, "java.", "javax.", "sun."); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033308 |
| Snippet name: | isInSystemPackage |
| Eternal ID of this version: | #1033308/1 |
| Text MD5: | 784941442727b611f6f0a17f299820e8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-22 16:13:07 |
| Source code size: | 116 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 394 / 411 |
| Referenced in: | [show references] |