Klasse HashMapRegistry<K,V>

Alle implementierten Schnittstellen:
Map<K,V>, IContainer<Map.Entry<K,V>>, INotifier, INotifier.INotifier2, IDeactivateable, ILifecycle, ILifecycle.DeferrableActivation, IRegistry<K,V>
Bekannte direkte Unterklassen:
HashMapRegistry.AutoCommit

public class HashMapRegistry<K,V> extends Registry<K,V>
Autor:
Eike Stepper
  • Konstruktordetails

    • HashMapRegistry

      public HashMapRegistry()
    • HashMapRegistry

      public HashMapRegistry(int initialCapacity)
    • HashMapRegistry

      public HashMapRegistry(int initialCapacity, float loadFactor)
    • HashMapRegistry

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