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
    createCollection(int size)
     
  • Method Details

    • createCollection

      C createCollection(int size)