hla.rti
Interface ParameterHandleValueMap

All Superinterfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public interface ParameterHandleValueMap
extends java.util.Map, java.lang.Cloneable, java.io.Serializable

Maps ParameterHandles to byte[]s. All operations are required, none optional. Null mappings are not allowed. Methods put, putAll, and remove should throw IllegalArgumentException to enforce types of keys and mappings.

Author:
DMSO

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values