com.google.common.collect.testing.google
Class SetGenerators.TestUnhashableSetGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestUnhashableCollectionGenerator<Set<UnhashableObject>>
      extended by com.google.common.collect.testing.google.SetGenerators.TestUnhashableSetGenerator
All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>, TestSetGenerator<UnhashableObject>
Direct Known Subclasses:
SetGenerators.ImmutableSortedSetUnhashableGenerator
Enclosing class:
SetGenerators

public abstract static class SetGenerators.TestUnhashableSetGenerator
extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
implements TestSetGenerator<UnhashableObject>


Constructor Summary
SetGenerators.TestUnhashableSetGenerator()
           
 
Method Summary
 
Methods inherited from class com.google.common.collect.testing.TestUnhashableCollectionGenerator
create, create, createArray, order, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.collect.testing.TestSetGenerator
create
 
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
createArray, order, samples
 

Constructor Detail

SetGenerators.TestUnhashableSetGenerator

public SetGenerators.TestUnhashableSetGenerator()


Copyright © 2010-2012. All Rights Reserved.