Interface PluralObjectFactory<C>

All Known Implementing Classes:
ListFactory, MapFactory, SetFactory, SortedMapFactory, SortedSetFactory

public interface PluralObjectFactory<C>
Since:
1.2.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    C createCollection​(int size)