Guest User

Untitled

a guest
Aug 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Create java native method for constructor
  2. template <class _Tp,class _Val>
  3. class Arbitrator
  4. {
  5. public:
  6. Arbitrator();
  7. }
  8.  
  9. public class Arbitrator<Tp, Val>
  10. {
  11. public native Arbitrator Arbitrator();
  12. }
Add Comment
Please, Sign In to add comment