org.writersforge.catalan.process.queue
Interface INamedQueue
- All Superinterfaces:
- IPropertyHolder, IQueue
- All Known Implementing Classes:
- DefaultNamedQueue
- public interface INamedQueue
- extends IQueue
A IQueue that holds named properties; an INamedQueue should wrap a Map
collection. The getNodes() method returns the set of values in the Map,
without any key info.
- Author:
- jsheets
|
Method Summary |
java.util.Map |
getMap()
Retrieves the key/value Map of all named nodes in the INamedQueue. |
getMap
public java.util.Map getMap()
- Retrieves the key/value Map of all named nodes in the INamedQueue. Any
nodes which have been added to the List returned by
getNodes() are not named nodes and will not appear in this
map.
- Returns:
- Map of all IQueue elements