Searched defs:RangeSet (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DRangeSet.java31 * RangeSet<Integer> rangeSet = TreeRangeSet.create();
48 public interface RangeSet<C extends Comparable> { interface
78 boolean enclosesAll(RangeSet<C> other);
104 * Returns a view of the complement of this {@code RangeSet}.
106 * <p>The returned view supports the {@link #add} operation if this {@code RangeSet} supports
109 RangeSet<C> complement();
112 * Returns a view of the intersection of this {@code RangeSet} with the specified range.
114 * <p>The returned view supports all optional operations supported by this {@code RangeSet}, with
119 RangeSet<C> subRangeSet(Range<C> view);
124 * Adds the specified range to this {@code RangeSet} (optiona
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp29 /// to subvert RangeSet's immutability.
63 // be used to speed up some of the operations in RangeSet.
70 /// RangeSet contains a set of ranges. If the set is empty, then
73 class RangeSet { class in namespace:__anon1756
82 RangeSet(PrimRangeSet RS) : ranges(RS) {} function in class:__anon1756::RangeSet
86 RangeSet addRange(Factory &F, const RangeSet &RS) {
90 return RangeSet(Ranges);
98 /// Construct a new RangeSet representing '{ [from, to] }'.
99 RangeSet(Factor function in class:__anon1756::RangeSet
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 206 milliseconds