Interface MapFactory


public interface MapFactory
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <K,V> Map<K,V>
    create(int size, boolean ordered, boolean identity)
     
  • Method Details

    • create

      static <K,V> Map<K,V> create(int size, boolean ordered, boolean identity)