Class TempFileFeatureCollection

java.lang.Object
com.e1c.langtool.generatestring.TempFileFeatureCollection
All Implemented Interfaces:
Iterable<FeatureValue>, Collection<FeatureValue>

public class TempFileFeatureCollection extends Object implements Collection<FeatureValue>
Temp file storage for collection of FeatureValue, using MapDB. It is necessary to use temp storage while collecting huge number of objects, such as "all object of a project". This collection allows to store fast in memory small amount of data with evicting this data to temp-file storage.
See Also: