List of usage examples for java.util Map interface-usage
From source file com.joyent.manta.client.MantaMetadata.java
/**
* <p>Class for storing Manta metadata information. All metadata keys must start
* with the string "m-". Case insensitive {@link Map} implementation that checks
* for valid metadata key names.</p>
*
* <p><em>Note:</em> Manta doesn't support multiple values for HTTP header based
From source file dk.statsbiblioteket.util.caching.PendingCache.java
/**
* Encapsulation of {@link TimeSensitiveCache} that uses {@link PendingElement}s
* and exposes the wait-for-value principle.
*
* Note that the methods {@link #values} and {@link #entrySet} only returns
* assigned values.
From source file info.magnolia.commands.chain.Context.java
/** * Replacement for <code>org.apache.commons.chain.Context</code>. <blockquote>A * Context represents the state information that is accessed and manipulated by * the execution of a Command or a Chain.</blockquote> */ public interface Context extends Map {
From source file org.impalaframework.service.contribution.BaseServiceRegistryMap.java
/**
* Map implementation which is dynamically backed by the service registry. It
* implements {@link ServiceRegistryEventListener} so that it can pick up and
* respond to changes in the service registry. By default, uses
* {@link LdapServiceReferenceFilter} to filter out relevant service entries
* from the service registry. Alternatively, a {@link ServiceReferenceFilter}
From source file org.exoplatform.social.client.api.model.Model.java
/**
* The general model extends {@link org.json.simple.JSONObject}'s interfaces.
* <p/>
* Inspiration taken from: http://code.google.com/p/opensocial-java-client/source/browse/trunk/java/src/org/opensocial/models/Model.java
*
* @author <a href="http://hoatle.net">hoatle (hoatlevan at gmail dot com)</a>
From source file com.creactiviti.piper.core.MapObject.java
/** * @author Arik Cohen * @since Jun 12, 2016 */ public class MapObject implements Map<String, Object>, Accessor, Mutator {
From source file jef.jre5support.Headers.java
/** * Key??Map * * @author jiyi */ public class Headers implements Map<String, String[]>, Serializable {
From source file MainClass.java
class MyMap implements Map { private ArrayList keys; private ArrayList values;
From source file MicroMap.java
/**
* An implementation of the java.util.Map interface which can only hold a single object. This is
* particularly useful to control memory usage in Wicket because many containers hold only a single
* component.
*
* @author Jonathan Locke
From source file uk.ac.cam.caret.sakai.rwiki.tool.bean.ResourceLoaderBean.java
/** * @author ieb */ public class ResourceLoaderBean implements Map { private static Log log = LogFactory.getLog(ResourceLoaderBean.class);