com.google.common.collect.testing
Class TestStringSortedMapGenerator

java.lang.Object
  extended by com.google.common.collect.testing.TestStringMapGenerator
      extended by com.google.common.collect.testing.TestStringSortedMapGenerator
All Implemented Interfaces:
TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>, TestMapGenerator<String,String>
Direct Known Subclasses:
SortedMapGenerators.ImmutableSortedMapGenerator

@GwtCompatible
public abstract class TestStringSortedMapGenerator
extends TestStringMapGenerator

Implementation helper for TestMapGenerator for use with sorted maps of strings.

This class is GWT compatible.

Author:
Chris Povirk

Constructor Summary
TestStringSortedMapGenerator()
           
 
Method Summary
 Iterable<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.TestStringMapGenerator
create, create, createArray, createKeyArray, createValueArray, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStringSortedMapGenerator

public TestStringSortedMapGenerator()
Method Detail

order

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

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


Copyright © 2010-2012. All Rights Reserved.