com.google.common.collect.testing.google
Class MapGenerators

java.lang.Object
  extended by com.google.common.collect.testing.google.MapGenerators

@GwtCompatible
public class MapGenerators
extends Object

Generators of different types of map and related collections, such as keys, entries and values.

Author:
Hayward Chan

Nested Class Summary
static class MapGenerators.ImmutableMapGenerator
           
static class MapGenerators.ImmutableMapUnhashableValuesGenerator
           
static class MapGenerators.ImmutableMapValueListGenerator
           
 
Constructor Summary
MapGenerators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerators

public MapGenerators()


Copyright © 2010-2012. All Rights Reserved.