Home | History | Annotate | Download | only in collect

Lines Matching defs:checkState

19 import static com.google.common.base.Preconditions.checkState;
148 checkState(keyEquivalence == null, "key equivalence was already set to %s", keyEquivalence);
170 checkState(this.initialCapacity == UNSET_INT, "initial capacity was already set to %s",
207 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s",
240 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
269 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
339 checkState(valueStrength == null, "Value strength was already set to %s", valueStrength);
391 checkState(expireAfterWriteNanos == UNSET_INT, "expireAfterWrite was already set to %s ns",
393 checkState(expireAfterAccessNanos == UNSET_INT, "expireAfterAccess was already set to %s ns",
482 checkState(this.removalListener == null);