Searched refs:forBoolean (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | RegularContiguousSet.java | 44 return range.intersection(Ranges.upTo(toElement, BoundType.forBoolean(inclusive))) in headSetImpl() 56 return range.intersection(Ranges.range(fromElement, BoundType.forBoolean(fromInclusive), in subSetImpl() 57 toElement, BoundType.forBoolean(toInclusive))).asSet(domain); in subSetImpl() 62 return range.intersection(Ranges.downTo(fromElement, BoundType.forBoolean(inclusive))) in tailSetImpl()
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularContiguousSet.java | 46 return range.intersection(Ranges.upTo(toElement, BoundType.forBoolean(inclusive))) in headSetImpl() 58 return range.intersection(Ranges.range(fromElement, BoundType.forBoolean(fromInclusive), in subSetImpl() 59 toElement, BoundType.forBoolean(toInclusive))).asSet(domain); in subSetImpl() 64 return range.intersection(Ranges.downTo(fromElement, BoundType.forBoolean(inclusive))) in tailSetImpl()
|
D | BoundType.java | 43 static BoundType forBoolean(boolean inclusive) { in forBoolean() method in BoundType
|