hla.rti1516
Interface ParameterHandleValueMap

All Superinterfaces:
Cloneable, Map<ParameterHandle,byte[]>, Serializable

public interface ParameterHandleValueMap
extends Map<ParameterHandle,byte[]>, Cloneable, Serializable

Keys are ParameterHandles; values are byte[]. All operations are required, none optional. Null mappings are not allowed. put(), putAll(), and remove() should throw IllegalArgumentException to enforce types of keys and mappings.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values