The sentence talks about this example:
public class CounterClass {
private volatile int counter;
public int increment() {
return counter++;
}
}
counter volatile, , increment(), . counter++ . get, increment, return. , increment() get, get, increment.
: volatile - . , . .