|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.cmd.CommandDescriptorMap
Constructor Summary | |
CommandDescriptorMap()
|
Method Summary | |
void |
add(CommandDescriptor newDescriptor)
|
void |
addAll(CommandDescriptorMap anotherMap)
Adds all objects in anotherMap to this CommandDescriptorMap . |
CommandDescriptor |
get(java.lang.String name)
Returns a CommandDescriptor instance identified by the key name . |
java.util.Collection |
keySet()
Returns a Collection view of all keys in this CommandDescriptorMap . |
int |
size()
Returns the number of keys in this CommandDescriptorMap . |
java.util.Collection |
values()
Returns this CommandDescriptorMap s values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandDescriptorMap()
Method Detail |
public void add(CommandDescriptor newDescriptor)
newDescriptor
- public void addAll(CommandDescriptorMap anotherMap)
anotherMap
to this CommandDescriptorMap
.
anotherMap
- A CommandDescriptorMap
instance.public java.util.Collection values()
CommandDescriptorMap
s values.
public java.util.Collection keySet()
CommandDescriptorMap
.
CommandDescriptorMap
.public CommandDescriptor get(java.lang.String name)
CommandDescriptor
instance identified by the key name
.
name
- A command descriptor name. Acts as key for the CommandDescriptorMap
.
public int size()
CommandDescriptorMap
.
CommandDescriptorMap
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |