com.google.common.collect.testing.google
Class ListGenerators.UnhashableElementsImmutableListGenerator

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

public static class ListGenerators.UnhashableElementsImmutableListGenerator
extends TestUnhashableCollectionGenerator<List<UnhashableObject>>


Constructor Summary
ListGenerators.UnhashableElementsImmutableListGenerator()
           
 
Method Summary
 List<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.TestListGenerator
create
 
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
createArray, order, samples
 

Constructor Detail

ListGenerators.UnhashableElementsImmutableListGenerator

public ListGenerators.UnhashableElementsImmutableListGenerator()
Method Detail

create

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


Copyright © 2010-2012. All Rights Reserved.