hla.rti
Interface AttributeHandleValueMap

All Superinterfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
All Known Implementing Classes:
XRTIAttributeHandleValueMap

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

Keys are AttributeHandles; values are byte[]. 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