Uses of Package
messif.objects.impl

Packages that use messif.objects.impl
messif.objects.impl Implementation of basic data objects. 
messif.objects.util Various utilities for working with collections of objects. 
 

Classes in messif.objects.impl used by messif.objects.impl
MetaObjectMap
          Implementation of MetaObject that stores encapsulated objects in a hash table.
ObjectByteVector
           
ObjectFloatUnitVector
           
ObjectFloatVector
          This object uses static array of floats as its data content.
ObjectIntVector
          This object uses static array of integers as its data content.
ObjectShortVector
           
ObjectString
          This object uses String as its data content.
 

Classes in messif.objects.impl used by messif.objects.util
MetaObjectMap
          Implementation of MetaObject that stores encapsulated objects in a hash table.