Uses of Class
rina.irm.HandleEntry

Packages that use HandleEntry
rina.irm   
 

Uses of HandleEntry in rina.irm
 

Methods in rina.irm that return types with arguments of type HandleEntry
 java.util.LinkedHashMap<java.lang.Integer,HandleEntry> IRM.getHandleMap()
           
 

Method parameters in rina.irm with type arguments of type HandleEntry
 void IRM.setHandleMap(java.util.LinkedHashMap<java.lang.Integer,HandleEntry> handleMap)