org.castor.util
public final class IdentityMap extends Object implements Map
Map
interface.
Since: 0.9.9
Version: $Revision: 6230 $ $Date: 2006-04-13 10:49:49 -0600 (Thu, 13 Apr 2006) $
| Nested Class Summary | |
|---|---|
| class | IdentityMap.Entry
An entry of the IdentityMap. |
| Method Summary | |
|---|---|
| void | clear() |
| boolean | containsKey(Object key) |
| boolean | containsValue(Object value)
In contrast with the design contract of the Map interface this method
has not been implemented and throws a UnsupportedOperationException.
|
| Set | entrySet()
In contrast with the design contract of the Map interface this method
has not been implemented and throws a UnsupportedOperationException.
|
| Object | get(Object key) |
| boolean | isEmpty() |
| Set | keySet() |
| Object | put(Object key, Object value) |
| void | putAll(Map map)
This optional method has not been implemented for IdentityMap instead
it throws a UnsupportedOperationException as defined in the
Map interface.
|
| Object | remove(Object key) |
| int | size() |
| Collection | values()
In contrast with the design contract of the Map interface this method
has not been implemented and throws a UnsupportedOperationException.
|
See Also: java.util.Map#clear()
See Also: java.util.Map#containsKey(java.lang.Object)
Map interface this method
has not been implemented and throws a UnsupportedOperationException.
{@inheritDoc }See Also: java.util.Map#containsValue
Map interface this method
has not been implemented and throws a UnsupportedOperationException.
{@inheritDoc }See Also: java.util.Map#entrySet()
See Also: java.util.Map#get(java.lang.Object)
See Also: java.util.Map#isEmpty()
See Also: java.util.Map#keySet()
See Also: java.util.Map#put(java.lang.Object, java.lang.Object)
IdentityMap instead
it throws a UnsupportedOperationException as defined in the
Map interface.
{@inheritDoc }See Also: java.util.Map#putAll
See Also: java.util.Map#remove(java.lang.Object)
See Also: java.util.Map#size()
Map interface this method
has not been implemented and throws a UnsupportedOperationException.
{@inheritDoc }See Also: java.util.Map#values()