Uses of Class
com.google.common.collect.testing.ReserializingTestCollectionGenerator
-
Packages that use ReserializingTestCollectionGenerator Package Description com.google.common.collect.testing -
-
Uses of ReserializingTestCollectionGenerator in com.google.common.collect.testing
Subclasses of ReserializingTestCollectionGenerator in com.google.common.collect.testing Modifier and Type Class Description classReserializingTestSetGenerator<E>Reserializes the sets created by another test set generator.Methods in com.google.common.collect.testing that return ReserializingTestCollectionGenerator Modifier and Type Method Description static <E> ReserializingTestCollectionGenerator<E>ReserializingTestCollectionGenerator. newInstance(TestCollectionGenerator<E> delegate)
-