Uses of Class
com.google.common.collect.GeneralRange
Packages that use GeneralRange
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of GeneralRange in com.google.common.collect
Fields in com.google.common.collect declared as GeneralRangeModifier and TypeFieldDescriptionprivate final GeneralRange
<E> TreeMultiset.range
private GeneralRange
<T> GeneralRange.reverse
Methods in com.google.common.collect that return GeneralRangeModifier and TypeMethodDescription(package private) static <T> GeneralRange
<T> GeneralRange.all
(Comparator<? super T> comparator) Returns the whole range relative to the specified comparator.(package private) static <T> GeneralRange
<T> GeneralRange.downTo
(Comparator<? super T> comparator, T endpoint, BoundType boundType) Returns everything above the endpoint relative to the specified comparator, with the specified endpoint behavior.(package private) static <T extends Comparable>
GeneralRange<T> Converts a Range to a GeneralRange.(package private) GeneralRange
<T> GeneralRange.intersect
(GeneralRange<T> other) Returns the intersection of the two ranges, or an empty range if their intersection is empty.(package private) static <T> GeneralRange
<T> GeneralRange.range
(Comparator<? super T> comparator, T lower, BoundType lowerType, T upper, BoundType upperType) Returns everything between the endpoints relative to the specified comparator, with the specified endpoint behavior.(package private) GeneralRange
<T> GeneralRange.reverse()
Returns the same range relative to the reversed comparator.(package private) static <T> GeneralRange
<T> GeneralRange.upTo
(Comparator<? super T> comparator, T endpoint, BoundType boundType) Returns everything below the endpoint relative to the specified comparator, with the specified endpoint behavior.Methods in com.google.common.collect with parameters of type GeneralRangeModifier and TypeMethodDescription(package private) GeneralRange
<T> GeneralRange.intersect
(GeneralRange<T> other) Returns the intersection of the two ranges, or an empty range if their intersection is empty.Constructors in com.google.common.collect with parameters of type GeneralRangeModifierConstructorDescription(package private)
TreeMultiset
(TreeMultiset.Reference<TreeMultiset.AvlNode<E>> rootReference, GeneralRange<E> range, TreeMultiset.AvlNode<E> endLink)