|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IRegistry<K,V> |
Class Summary | |
---|---|
DelegatingRegistry<K,V> | Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of
Map.entrySet() as well as of Map.keySet() , i.e. they are disconnected sets and modifications applied
to them are not applied to their underlying AbstractDelegatingRegistry. |
HashMapDelegatingRegistry<K,V> | |
HashMapRegistry<K,V> | |
Registry<K,V> | |
RegistryUtil | |
UnmodifiableRegistry<K,V> |
Interfaces and classes for general purpose registries.
A registry is like a Map
but has some additional features:
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |