(int num)
| 4205 | * @throws IllegalStateException if already called |
| 4206 | */ |
| 4207 | public Builder micros(int num) { |
| 4208 | |
| 4209 | this.microsCalled(); |
| 4210 | this.update(num, 1000L); |
| 4211 | return this; |
| 4212 | |
| 4213 | } |
| 4214 | |
| 4215 | /** |
| 4216 | * <p>Adds a nanosecond item. </p> |