Home | History | Annotate | Download | only in util

Lines Matching full:synchronized

52  *   synchronized (cache) {
103 synchronized (this) {
121 synchronized (this) {
142 synchronized (this) {
175 synchronized (this) {
200 synchronized (this) {
246 synchronized (this) {
327 public synchronized final int size() {
336 public synchronized final int maxSize() {
344 public synchronized final int hitCount() {
352 public synchronized final int missCount() {
359 public synchronized final int createCount() {
366 public synchronized final int putCount() {
373 public synchronized final int evictionCount() {
381 public synchronized final Map<K, V> snapshot() {
385 @Override public synchronized final String toString() {