implement this variable in java

Posted by davit-datuashvili on Stack Overflow See other posts from Stack Overflow or by davit-datuashvili
Published on 2010-05-15T07:19:27Z Indexed on 2010/05/15 7:24 UTC
Read the original article Hit count: 117

Filed under:

hello i have question suppose code is given like this pattern_mask[pattern[i]] &= ~(1UL << i); it doesnot matters other i am interesetd only 1UL here what kind of type is this in java? 1UL how implement in java?

© Stack Overflow or respective owner

Related posts about algorithms