Class HashMapRegistry<K,V>

All Implemented Interfaces:
Map<K,V>, IContainer<Map.Entry<K,V>>, INotifier, INotifier.INotifier2, IDeactivateable, ILifecycle, ILifecycle.DeferrableActivation, IRegistry<K,V>
Direct Known Subclasses:
HashMapRegistry.AutoCommit

public class HashMapRegistry<K,V> extends Registry<K,V>
Author:
Eike Stepper
  • Constructor Details

    • HashMapRegistry

      public HashMapRegistry()
    • HashMapRegistry

      public HashMapRegistry(int initialCapacity)
    • HashMapRegistry

      public HashMapRegistry(int initialCapacity, float loadFactor)
    • HashMapRegistry

      public HashMapRegistry(Map<? extends K,? extends V> m)
  • Method Details