Class DerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable Object,V extends @Nullable Object>

java.lang.Object
com.google.common.collect.testing.DerivedCollectionGenerators.MapEntrySetGenerator<K,V>
All Implemented Interfaces:
DerivedGenerator, TestCollectionGenerator<Map.Entry<K,V>>, TestContainerGenerator<Collection<Map.Entry<K,V>>,Map.Entry<K,V>>, TestSetGenerator<Map.Entry<K,V>>
Enclosing class:
DerivedCollectionGenerators

public static class DerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable Object,V extends @Nullable Object> extends Object implements TestSetGenerator<Map.Entry<K,V>>, DerivedGenerator
Author:
George van den Driessche