hla.rti1516
Interface AttributeHandleValueMap

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

public interface AttributeHandleValueMap
extends Map<AttributeHandle,byte[]>, Cloneable, Serializable

Keys are AttributeHandles; 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