Class MemoryEntry


  • public class MemoryEntry
    extends ContentEntry
    Entry used to store features (of a single FeatureType).

    Please be sure to synchronize on entry before access:

     synchronize ( entry ){
         entry.memory.put( feature.getID(), feature );
     }
    Author:
    Jody Garnett (Boundless)