- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
// Setted bit
private static final int TRUE_BIT = 1;
...
public static final int LAST_PARAGRAPH = 0x01;
public static final int FIRST_PARAGRAPH = 0x02;
...
if (TRUE_BIT == (paragraphFlag & ParagraphProperties.FIRST_PARAGRAPH) >>> 1) {
Lure Of Chaos 24.11.2010 22:16 # 0
absolut 24.11.2010 22:24 # 0
Sauron 24.11.2010 23:05 # 0
Lure Of Chaos 24.11.2010 23:12 # +1
eth0 25.11.2010 19:23 # +1