org.jplate.foundation.parser
Interface JPlateMapBuilderIfc<K,V>
- Type Parameters:
K
- The key type built that will be stored in Map
's.V
- The value type built that will be stored in Map
's.
- All Superinterfaces:
- BuilderIfc<java.util.Map<K,V>>, JPlateBuilderIfc<java.util.Map<K,V>>
- All Known Subinterfaces:
- KvpMapBuilderIfc
- All Known Implementing Classes:
- AbstractJPlateMapBuilder, DefaultKvpMapBuilder
public interface JPlateMapBuilderIfc<K,V>
- extends JPlateBuilderIfc<java.util.Map<K,V>>
This interface defines a JPlate builder of Map
's.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/parser/JPlateMapBuilderIfc.java $