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

Method intersection

output/java_guava/1.4.19/ContiguousSet.java:159–159  ·  view source on GitHub ↗

Returns the set of values that are contained in both this set and the other. This method should always be used instead of Sets#intersection for ContiguousSet instances.

(ContiguousSet<C> other)

Source from the content-addressed store, hash-verified

157
158
159 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other);
160
161 /**
162 * Returns a range, closed on both ends, whose endpoints are the minimum and maximum values

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected