Home
last modified time | relevance | path

Searched defs:standardSetCount (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DForwardingMultiset.java213 protected int standardSetCount(E element, int count) { in standardSetCount() method in ForwardingMultiset
225 protected boolean standardSetCount(E element, int oldCount, int newCount) { in standardSetCount() method in ForwardingMultiset