org.red5.io.utils
Class ObjectMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.red5.io.utils.ObjectMap<K,V>
- Type Parameters:
K
- key typeV
- value type
- All Implemented Interfaces:
- Serializable, Cloneable, Map<K,V>
public class ObjectMap<K,V>
- extends HashMap<K,V>
Map that should be transmitted as object through RTMP.
- Author:
- The Red5 Project ([email protected]), Joachim Bauch ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
ObjectMap
public ObjectMap()
Copyright © 2006-2012 The Red5 Project