Uses of Class
messif.objects.impl.MetaObjectMap

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

Uses of MetaObjectMap in messif.objects.impl
 

Methods in messif.objects.impl that return MetaObjectMap
static MetaObjectMap MetaObjectMap.create(java.io.File file)
          Creates a meta object from the specified file.
 

Uses of MetaObjectMap in messif.objects.util
 

Fields in messif.objects.util declared as MetaObjectMap
protected  MetaObjectMap StreamsMetaObjectMapIterator.currentObject
          Instance of the current object
protected  MetaObjectMap StreamsMetaObjectMapIterator.nextObject
          Instance of a next object.
 

Methods in messif.objects.util that return MetaObjectMap
 MetaObjectMap StreamsMetaObjectMapIterator.getCurrentObject()
           
 MetaObjectMap StreamsMetaObjectMapIterator.next()