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

java.lang.Object
  extended by com.google.common.collect.testing.TestUnhashableCollectionGenerator<Collection<UnhashableObject>>
      extended by com.google.common.collect.testing.google.MapGenerators.ImmutableMapUnhashableValuesGenerator
All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>
Enclosing class:
MapGenerators

public static class MapGenerators.ImmutableMapUnhashableValuesGenerator
extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>>


Constructor Summary
MapGenerators.ImmutableMapUnhashableValuesGenerator()
           
 
Method Summary
 Collection<UnhashableObject> create(UnhashableObject[] elements)
          Creates a new collection containing the given elements; implement this method instead of TestUnhashableCollectionGenerator.create(Object...).
 
Methods inherited from class com.google.common.collect.testing.TestUnhashableCollectionGenerator
create, createArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerators.ImmutableMapUnhashableValuesGenerator

public MapGenerators.ImmutableMapUnhashableValuesGenerator()
Method Detail

create

public Collection<UnhashableObject> create(UnhashableObject[] elements)
Description copied from class: TestUnhashableCollectionGenerator
Creates a new collection containing the given elements; implement this method instead of TestUnhashableCollectionGenerator.create(Object...).

Specified by:
create in class TestUnhashableCollectionGenerator<Collection<UnhashableObject>>


Copyright © 2010-2011. All Rights Reserved.