MCPcopy Create free account
hub / github.com/antlr/codebuff / elementSet

Method elementSet

corpus/java/training/guava/collect/Multiset.java:206–206  ·  view source on GitHub ↗

Returns the set of distinct elements contained in this multiset. The element set is backed by the same data as the multiset, so any change to either is immediately reflected in the other. The order of the elements in the element set is unspecified. If the element set supports any removal operati

()

Source from the content-addressed store, hash-verified

204 * @return a view of the set of distinct elements in this multiset
205 */
206 Set<E> elementSet();
207
208 /**
209 * Returns a view of the contents of this multiset, grouped into {@code

Callers 15

elementSetMethod · 0.65
subSetMethod · 0.65
headSetMethod · 0.65
tailSetMethod · 0.65
sizeMethod · 0.65
predecessorsMethod · 0.65
successorsMethod · 0.65
writeObjectMethod · 0.65
containsAllMethod · 0.65
elementSetMethod · 0.65
elementSetMethod · 0.65
createElementSetMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected