Class HashBasedTable.Factory<C,V>

java.lang.Object
com.google.common.collect.HashBasedTable.Factory<C,V>
All Implemented Interfaces:
Supplier<Map<C,V>>, Serializable, Supplier<Map<C,V>>
Enclosing class:
HashBasedTable<R,C,V>

private static class HashBasedTable.Factory<C,V> extends Object implements Supplier<Map<C,V>>, Serializable
  • Field Details

    • expectedSize

      final int expectedSize
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • Factory

      Factory(int expectedSize)
  • Method Details

    • get

      public Map<C,V> get()
      Description copied from interface: Supplier
      Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.
      Specified by:
      get in interface Supplier<C>
      Specified by:
      get in interface Supplier<C>
      Returns:
      an instance of the appropriate type