com.infoengine.messaging
Class MsgService.MOMHash
java.lang.Object
com.infoengine.messaging.MsgService.MOMHash
- Enclosing class:
- MsgService
- class MsgService.MOMHash
- extends Object
simple collection of objects similar to a hashtable in
that there's only one element per key allowed. built using
java.util.Vector for performance reasons.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
private Vector elements
MsgService.MOMHash
public MsgService.MOMHash()
keys
public Enumeration keys()
put
public void put(MsgService.MOMKey key,
Object o)
get
public Object get(MsgService.MOMKey key)
remove
public void remove(MsgService.MOMKey key)
clear
public void clear()