ichramm's comments

ichramm | 15 years ago | on: Why I absolutely love java

That's the problem of java developers, they dont use the bitwise operations:

if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)

page 1