com.google.common.collect.testing.google
Class SortedMapGenerators.ImmutableSortedMapEntrySetGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestMapEntrySetGenerator<String,String>
      extended by com.google.common.collect.testing.google.SortedMapGenerators.ImmutableSortedMapEntrySetGenerator
All Implemented Interfaces:
TestCollectionGenerator<Map.Entry<String,String>>, TestContainerGenerator<Collection<Map.Entry<String,String>>,Map.Entry<String,String>>, TestSetGenerator<Map.Entry<String,String>>
Enclosing class:
SortedMapGenerators

public static class SortedMapGenerators.ImmutableSortedMapEntrySetGenerator
extends TestMapEntrySetGenerator<String,String>


Constructor Summary
SortedMapGenerators.ImmutableSortedMapEntrySetGenerator()
           
 
Method Summary
 Set<Map.Entry<String,String>> createFromEntries(Map.Entry<String,String>[] entries)
           
 List<Map.Entry<String,String>> order(List<Map.Entry<String,String>> insertionOrder)
          Returns the original element list, unchanged.
 
Methods inherited from class com.google.common.collect.testing.TestMapEntrySetGenerator
create, createArray, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedMapGenerators.ImmutableSortedMapEntrySetGenerator

public SortedMapGenerators.ImmutableSortedMapEntrySetGenerator()
Method Detail

createFromEntries

public Set<Map.Entry<String,String>> createFromEntries(Map.Entry<String,String>[] entries)
Specified by:
createFromEntries in class TestMapEntrySetGenerator<String,String>

order

public List<Map.Entry<String,String>> order(List<Map.Entry<String,String>> insertionOrder)
Description copied from class: TestMapEntrySetGenerator
Returns the original element list, unchanged.

Specified by:
order in interface TestContainerGenerator<Collection<Map.Entry<String,String>>,Map.Entry<String,String>>
Overrides:
order in class TestMapEntrySetGenerator<String,String>


Copyright © 2010-2011. All Rights Reserved.