Uses of Class
com.google.common.collect.RangeGwtSerializationDependencies
Packages that use RangeGwtSerializationDependencies
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RangeGwtSerializationDependencies in com.google.common.collect
Subclasses of RangeGwtSerializationDependencies in com.google.common.collectModifier and TypeClassDescriptionfinal class
Range<C extends Comparable>
A range (or "interval") defines the boundaries around a contiguous span of values of someComparable
type; for example, "integers from 1 to 100 inclusive." Note that it is not possible to iterate over these contained values.