Class DerivedCollectionGenerators.MapValueCollectionGenerator<K,​V>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<V> create​(java.lang.Object... elements)
      Creates a new container containing the given elements.
      V[] createArray​(int length)
      Helper method to create an array of the appropriate type used by this generator.
      OneSizeTestContainerGenerator<java.util.Map<K,​V>,​java.util.Map.Entry<K,​V>> getInnerGenerator()  
      java.lang.Iterable<V> order​(java.util.List<V> insertionOrder)
      Returns the iteration ordering of elements, given the order in which they were added to the container.
      SampleElements<V> samples()
      Returns the sample elements that this generate populates its container with.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait