Catalogen

IntegerField


Cluster 1 (_bat_count, _days_1, _sbat_start)

4 results

test that we get the same value as excel and , for

67. private IntegerField _bat_count;
162.     return _bat_count.get();

Cluster 2 (_child_property, _raw_data, child)

1 results

test that we get the same value as excel and , for

98. private IntegerField        _next_property;
442.     return _next_property.get();
503.     _next_property.set((child == null) ? _NO_INDEX

Cluster 3 (_no_index, _previous_property, child)

1 results

test that we get the same value as excel and , for

97. private IntegerField        _previous_property;
453.     return _previous_property.get();
518.     _previous_property.set((child == null) ? _NO_INDEX

Cluster 4 (_data, _xbat_start, set)

1 results

test that we get the same value as excel and , for

67. private IntegerField      _bat_count;
141.     _bat_count.set(blockCount, _data);

Cluster 5 (_raw_data, _start_block, get)

1 results

test that we get the same value as excel and , for

104. private IntegerField        _seconds_2;
547.     time         += (( long ) _seconds_2.get()) & 0x0000FFFFL;

Cluster 6 (_size, get, return)

1 results

test that we get the same value as excel and , for

105. private IntegerField        _days_2;
545.     time         = _days_2.get();

Cluster 7 (0x0000ffffl, _seconds_2, get)

1 results

test that we get the same value as excel and , for

102. private IntegerField        _seconds_1;
543.     time         += (( long ) _seconds_1.get()) & 0x0000FFFFL;

Cluster 8 (_days_2, get, integerfield)

1 results

test that we get the same value as excel and , for

103. private IntegerField        _days_1;
540.     long time = _days_1.get();