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

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

public static class SetGenerators.ImmutableSortedSetUnhashableGenerator
extends SetGenerators.TestUnhashableSetGenerator


Constructor Summary
SetGenerators.ImmutableSortedSetUnhashableGenerator()
           
 
Method Summary
 Set<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
 
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.ImmutableSortedSetUnhashableGenerator

public SetGenerators.ImmutableSortedSetUnhashableGenerator()
Method Detail

create

public Set<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<Set<UnhashableObject>>


Copyright © 2010-2011. All Rights Reserved.