Package org.sosy_lab.common.collect
Class OrderStatisticMapTestSuite.OrderStatisticMapFactory
- java.lang.Object
-
- com.google.common.collect.testing.TestStringMapGenerator
-
- com.google.common.collect.testing.TestStringSortedMapGenerator
-
- org.sosy_lab.common.collect.OrderStatisticMapTestSuite.OrderStatisticMapFactory
-
- All Implemented Interfaces:
com.google.common.collect.testing.TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>
,com.google.common.collect.testing.TestMapGenerator<String,String>
,com.google.common.collect.testing.TestSortedMapGenerator<String,String>
- Enclosing class:
- OrderStatisticMapTestSuite
protected abstract static class OrderStatisticMapTestSuite.OrderStatisticMapFactory extends com.google.common.collect.testing.TestStringSortedMapGenerator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OrderStatisticMapFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract OrderStatisticMap<String,String>
create(List<Map.Entry<String,String>> pEntries)
protected abstract OrderStatisticMap<String,String>
create(Map.Entry<String,String>[] pEntries)
-
Methods inherited from class com.google.common.collect.testing.TestStringSortedMapGenerator
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, order
-
Methods inherited from class com.google.common.collect.testing.TestStringMapGenerator
createArray, createKeyArray, createValueArray, samples
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-