Interface BPCollections.CollectionProvider

All Known Implementing Classes:
BPCollections.DefaultCollectionProvider
Enclosing class:
BPCollections

public static interface BPCollections.CollectionProvider
This interface is responsible for setting the class and initialize and load factor for all sets and maps used in all model objects for performance purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    <D, R> Map<D,R>
     
    <R> Set<R>
     
  • Method Details

    • createSet

      <R> Set<R> createSet()
    • createMap

      <D, R> Map<D,R> createMap()