Home | History | Annotate | Download | only in collect

Lines Matching full:link

37  * This class provides a skeletal implementation of the {@link Multiset}
39 * this class and implementing the {@link Multiset#entrySet()} method, plus
40 * optionally overriding {@link #add(Object, int)} and
41 * {@link #remove(Object, int)} to enable modifications to the multiset.
43 * <p>The {@link #contains}, {@link #containsAll}, {@link #count}, and
44 * {@link #size} implementations all iterate across the set returned by
45 * {@link Multiset#entrySet()}, as do many methods acting on the set returned by
46 * {@link #elementSet()}. Override those methods for better performance.
218 * returned by {@link #elementSet()}.
281 * <p>This implementation returns the hash code of {@link
292 * {@link Multiset#entrySet()}.