|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
org.apache.felix.scr.impl.ReadOnlyDictionary
public class ReadOnlyDictionary
The ReadOnlyDictionary
is a Dictionary
whose
put(Object, Object)
and remove(Object)
methods have
no effect and always return null
.
Method Summary | |
---|---|
Enumeration |
elements()
|
Object |
get(Object key)
|
boolean |
isEmpty()
|
Enumeration |
keys()
|
Object |
put(Object arg0,
Object arg1)
This method has no effect and always returns null as this
instance is read-only and cannot modify and properties. |
Object |
remove(Object key)
This method has no effect and always returns null as this
instance is read-only and cannot modify and properties. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Enumeration elements()
elements
in class Dictionary
public Object get(Object key)
get
in class Dictionary
public boolean isEmpty()
isEmpty
in class Dictionary
public Enumeration keys()
keys
in class Dictionary
public Object put(Object arg0, Object arg1)
null
as this
instance is read-only and cannot modify and properties.
put
in class Dictionary
public Object remove(Object key)
null
as this
instance is read-only and cannot modify and properties.
remove
in class Dictionary
public int size()
size
in class Dictionary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |