Searched defs:upperBoundType (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DContiguousSet.java110 public abstract Range<C> range(BoundType lowerBoundType, BoundType upperBoundType); argument
H A DSortedMultiset.java117 * upperBoundType)}.
120 E upperBound, BoundType upperBoundType);
119 subMultiset(E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
H A DEmptyContiguousSet.java57 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { argument
H A DGeneralRange.java51 BoundType upperBoundType = range.hasUpperBound() ? range.upperBoundType() : OPEN;
53 lowerBoundType, range.hasUpperBound(), upperEndpoint, upperBoundType);
98 private final BoundType upperBoundType; field in class:GeneralRange
102 @Nullable T upperEndpoint, BoundType upperBoundType) {
109 this.upperBoundType = checkNotNull(upperBoundType);
123 checkArgument(lowerBoundType != OPEN | upperBoundType != OPEN);
160 return cmp > 0 | (cmp == 0 & upperBoundType == OPEN);
193 BoundType upType = upperBoundType;
100 GeneralRange(Comparator<? super T> comparator, boolean hasLowerBound, @Nullable T lowerEndpoint, BoundType lowerBoundType, boolean hasUpperBound, @Nullable T upperEndpoint, BoundType upperBoundType) argument
[all...]
H A DRange.java180 public BoundType upperBoundType() { method in class:Range
H A DImmutableSortedMultiset.java404 E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) {
405 return tailMultiset(lowerBound, lowerBoundType).headMultiset(upperBound, upperBoundType);
403 subMultiset( E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
H A DRegularContiguousSet.java148 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { argument
150 range.upperBound.withUpperBoundType(upperBoundType, domain));
H A DMultisets.java268 E upperBound, BoundType upperBoundType) {
270 lowerBound, lowerBoundType, upperBound, upperBoundType));
266 subMultiset( E lowerBound, BoundType lowerBoundType, E upperBound, BoundType upperBoundType) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyContiguousSet.java55 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { argument
H A DRegularContiguousSet.java146 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { argument
148 range.upperBound.withUpperBoundType(upperBoundType, domain));
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 339 milliseconds