Uses of Class
com.google.common.collect.RangeGwtSerializationDependencies
-
Packages that use RangeGwtSerializationDependencies Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of RangeGwtSerializationDependencies in com.google.common.collect
Subclasses of RangeGwtSerializationDependencies in com.google.common.collect Modifier and Type Class Description class
Range<C extends java.lang.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.
-