- 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) {
Комментарии (5) RSS
Добавить комментарий