List of usage examples for java.util Map interface-usage
From source file com.google.gwt.dev.util.collect.HashMap.java
/**
* A memory-efficient hash map.
*
* @param <K> the key type
* @param <V> the value type
*/
From source file de.innovationgate.wgpublisher.webtml.form.TMLFormProcessContext.java
/** * A context for continuous processes on a user session spanning multiple requests. Used on the POST chain of WebTML forms */ @CodeCompletion(methodMode = CodeCompletion.MODE_INCLUDE, beanMode = CodeCompletion.BEAN_MODE_ALL) public class TMLFormProcessContext extends ProcessContext implements Map<String, Object> {
From source file org.latticesoft.util.container.PropertyMap.java
/**
* This PropertyMap is an extension of the java.util.Properties.
* It provides the following new features:
* <ul>
* <li>Property indirection</li>
* <li>Cyclic reference</li>
From source file org.apache.openjpa.util.CacheMap.java
/**
* Fixed-size map that has ability to pin/unpin entries and move overflow to
* a backing soft map.
*
* @author Patrick Linskey
* @author Abe White
From source file org.cauldron.execution.ContextUtils.java
class ContextMap implements Map { private Context context; ContextMap(Context context) { this.context = context; }
From source file SoftHashMap.java
/**
* A hashtable-based <tt>Map</tt> implementation with <em>soft keys</em>.
* An entry in a <tt>SoftHashMap</tt> will automatically be removed when
* its key is no longer in ordinary use.
* More precisely, the presence of a mapping for a given key will not prevent
* the key from being discarded by the garbage collector, that is, made
From source file FastMap.java
/**
* <p> This class represents a <code>Map</code> collection with real-time
* behavior. Unless the map's size exceeds its current capacity,
* no dynamic memory allocation is ever performed and response time is
* <b>extremely fast</b> and <b>consistent</b>.</p>
*
From source file org.apache.myfaces.view.facelets.compiler.UILeaf.java
class UILeaf extends UIComponent implements Map<String, Object> { //-------------- START TAKEN FROM UIComponentBase ---------------- private static final String _STRING_BUILDER_KEY = "javax.faces.component.UIComponentBase.SHARED_STRING_BUILDER"; private String _clientId = null;
From source file org.apache.myfaces.ov2021.view.facelets.compiler.UILeaf.java
class UILeaf extends UIComponent implements Map<String, Object> { //-------------- START TAKEN FROM UIComponentBase ---------------- private static final String _STRING_BUILDER_KEY = "javax.faces.component.UIComponentBase.SHARED_STRING_BUILDER"; private String _clientId = null;
From source file org.openlaszlo.iv.flash.context.BeanContext.java
/**
* A Context that provides access to a graph of objects (beans and collections)
* using Jexl (JSTL expression language + extenstions) syntax.
*
* Unlike the other contexts in JGen, this is not easily creatable from a
* datasource, and is intended to be used where JGen is embedded in another