Class MemValueFactory

  • All Implemented Interfaces:
    ValueFactory

    public class MemValueFactory
    extends AbstractValueFactory
    A factory for MemValue objects that keeps track of created objects to prevent the creation of duplicate objects, minimizing memory usage as a result.
    Author:
    Arjohn Kampman, David Huynh