Uses of Interface
java.util.Map
| Package | Description |
|---|---|
| com.squareup.okhttp | |
| com.squareup.okhttp.internal.http | |
| java.lang | |
| java.net | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.sql | |
| java.text | |
| java.util | |
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| java.util.jar | |
| javax.security.auth.x500 |
This package provides classes needed to store X.500 principals and their
credentials.
|
| javax.sql | |
| libcore.util | |
| org.apache.commons.logging.impl |
Concrete implementations of commons-logging wrapper APIs.
|
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.provider.crypto | |
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.conn.params |
Parameters for configuring HttpConn.
|
| org.apache.http.conn.scheme | |
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client | |
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
| org.apache.http.protocol |
HTTP protocol execution framework.
|
| org.apache.http.util |
Mostly utility classes with static helper methods for various purposes.
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.bouncycastle.cms | |
| org.bouncycastle.jce.provider | |
| org.conscrypt | |
| org.json | |
| SQLite.JDBC2z |
-
Uses of Map in com.squareup.okhttp
Methods in com.squareup.okhttp with parameters of type Map Modifier and Type Method Description CacheResponseHttpResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)CacheResponseOkResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders) -
Uses of Map in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return Map Modifier and Type Method Description Map<String,List<String>>HttpsURLConnectionImpl. getHeaderFields()Map<String,List<String>>HttpURLConnectionImpl. getHeaderFields()Map<String,List<String>>HttpsURLConnectionImpl. getRequestProperties()Map<String,List<String>>HttpURLConnectionImpl. getRequestProperties()Map<String,List<String>>RawHeaders. toMultimap(boolean response)Returns an immutable map containing each field to its list of values.Methods in com.squareup.okhttp.internal.http with parameters of type Map Modifier and Type Method Description voidRequestHeaders. addCookies(Map<String,List<String>> allCookieHeaders)static RawHeadersRawHeaders. fromMultimap(Map<String,List<String>> map, boolean response)Creates a new instance from the given map of fields to values.CacheResponseOkResponseCacheAdapter. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)booleanResponseHeaders. varyMatches(Map<String,List<String>> cachedRequest, Map<String,List<String>> newRequest)Returns true if none of the Vary headers on this response have changed betweencachedRequestandnewRequest. -
Uses of Map in java.lang
Methods in java.lang that return Map Modifier and Type Method Description Map<String,String>ProcessBuilder. environment()Returns this process builder's current environment.static Map<Thread,StackTraceElement[]>Thread. getAllStackTraces()Returns a map of all the currently live threads to their stack traces.static Map<String,String>System. getenv()Returns an unmodifiable map of all environment variables to their values. -
Uses of Map in java.net
Methods in java.net that return Map Modifier and Type Method Description abstract Map<String,List<String>>CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)Gets all cookies for a specific URI from the cookie cache.Map<String,List<String>>CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)Searches and gets all cookies in the cache by the specified uri in the request header.Map<String,List<String>>URLConnection. getHeaderFields()Returns an unmodifiable map of the response-header fields and values.abstract Map<String,List<String>>CacheResponse. getHeaders()Returns an immutableMapwhich contains the response headers information.Map<String,List<String>>URLConnection. getRequestProperties()Returns an unmodifiable map of general request properties used by this connection.Methods in java.net with parameters of type Map Modifier and Type Method Description abstract Map<String,List<String>>CookieHandler. get(URI uri, Map<String,List<String>> requestHeaders)Gets all cookies for a specific URI from the cookie cache.Map<String,List<String>>CookieManager. get(URI uri, Map<String,List<String>> requestHeaders)Searches and gets all cookies in the cache by the specified uri in the request header.abstract CacheResponseResponseCache. get(URI uri, String requestMethod, Map<String,List<String>> requestHeaders)Returns the cached response corresponding to the given request.abstract voidCookieHandler. put(URI uri, Map<String,List<String>> responseHeaders)Sets all cookies of a specific URI in theresponseHeadersinto the cookie cache.voidCookieManager. put(URI uri, Map<String,List<String>> responseHeaders)Sets cookies according to uri and responseHeaders -
Uses of Map in java.security
Classes in java.security that implement Map Modifier and Type Class Description classAuthProviderLegacy security code; do not use.classProviderProvideris the abstract superclass for all security providers in the Java security infrastructure.Methods in java.security with parameters of type Map Modifier and Type Method Description static Provider[]Security. getProviders(Map<String,String> filter)Returns the array of providers which meet the user supplied set of filters.voidProvider. putAll(Map<?,?> t)Copies all from the provided map to thisProvider. -
Uses of Map in java.sql
Methods in java.sql that return Map Modifier and Type Method Description Map<String,ClientInfoStatus>SQLClientInfoException. getFailedProperties()returns that the client info properties which could not be setMap<String,Class<?>>Connection. getTypeMap()Returns the type mapping associated with thisConnectionobject.Methods in java.sql with parameters of type Map Modifier and Type Method Description ObjectArray. getArray(long index, int count, Map<String,Class<?>> map)Returns part of the SQLARRAYassociated with this array, starting at a particularindexand comprising up tocountsuccessive elements of the SQL array.ObjectArray. getArray(Map<String,Class<?>> map)Returns the data from the underlying SQLARRAYas a Java array.Object[]Struct. getAttributes(Map<String,Class<?>> theMap)Gets the values of the attributes of this SQL structured type.ObjectCallableStatement. getObject(int parameterIndex, Map<String,Class<?>> map)Gets the value of the specified parameter as anObject.ObjectCallableStatement. getObject(String parameterName, Map<String,Class<?>> map)Gets the value of a specified parameter as anObject.ObjectRef. getObject(Map<String,Class<?>> map)Returns the associated object and uses the relevant mapping to convert it to a Java type.ObjectResultSet. getObject(int columnIndex, Map<String,Class<?>> map)Gets the value of a column specified by column index as a JavaObject.ObjectResultSet. getObject(String columnName, Map<String,Class<?>> map)Gets the value of a column specified by column name as a JavaObject.ResultSetArray. getResultSet(long index, int count, Map<String,Class<?>> map)Returns aResultSetobject that holds the entries of a subarray, beginning at a particular index and comprising up tocountsuccessive entries.ResultSetArray. getResultSet(Map<String,Class<?>> map)Returns aResultSetobject which holds the entries of the SQLARRAYassociated with this array.voidConnection. setTypeMap(Map<String,Class<?>> map)Sets theTypeMapfor this connection.Constructors in java.sql with parameters of type Map Constructor Description SQLClientInfoException(String reason, String sqlState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, String sqlState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, String sqlState, Map<String,ClientInfoStatus> failedProperties)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, String sqlState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties)Creates an SQLClientInfoException object.SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object.SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)Creates an SQLClientInfoException object.SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)Creates an SQLClientInfoException object. -
Uses of Map in java.text
Methods in java.text that return Map Modifier and Type Method Description Map<AttributedCharacterIterator.Attribute,Object>AttributedCharacterIterator. getAttributes()Returns a map of all attributes of the current character.Methods in java.text with parameters of type Map Modifier and Type Method Description voidAttributedString. addAttributes(Map<? extends AttributedCharacterIterator.Attribute,?> attributes, int start, int end)Applies a given set of attributes to the given range of the string.Constructors in java.text with parameters of type Map Constructor Description AttributedString(String value, Map<? extends AttributedCharacterIterator.Attribute,?> attributes)Creates anAttributedStringfrom the given text and the attributes. -
Uses of Map in java.util
Subinterfaces of Map in java.util Modifier and Type Interface Description interfaceNavigableMap<K,V>ASortedMapextended with navigation methods returning the closest matches for given search targets.interfaceSortedMap<K,V>A map that has its keys ordered.Classes in java.util that implement Map Modifier and Type Class Description classAbstractMap<K,V>A base class forMapimplementations.classEnumMap<K extends Enum<K>,V>AnMapspecialized for use withEnumtypes as keys.classHashMap<K,V>HashMap is an implementation ofMap.classHashtable<K,V>Hashtable is a synchronized implementation ofMap.classIdentityHashMap<K,V>IdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value.classLinkedHashMap<K,V>LinkedHashMap is an implementation ofMapthat guarantees iteration order.classPropertiesAPropertiesobject is aHashtablewhere the keys and values must beStrings.classTreeMap<K,V>A map whose entries are sorted by their keys.classWeakHashMap<K,V>WeakHashMap is an implementation of Map with keys which are WeakReferences.Fields in java.util declared as Map Modifier and Type Field Description static MapCollections. EMPTY_MAPAn empty immutable instance ofMap.Methods in java.util that return Map Modifier and Type Method Description static <K, V> Map<K,V>Collections. checkedMap(Map<K,V> m, Class<K> keyType, Class<V> valueType)Returns a dynamically typesafe view of the specified map.static <K, V> Map<K,V>Collections. emptyMap()Returns a type-safe empty, immutableMap.Map<String,Integer>Calendar. getDisplayNames(int field, int style, Locale locale)Returns a map of human-readable strings to corresponding values, for the given field, style, and locale.static <K, V> Map<K,V>Collections. singletonMap(K key, V value)Returns a Map containing the specified key and value.static <K, V> Map<K,V>Collections. synchronizedMap(Map<K,V> map)Returns a wrapper on the specified map which synchronizes all access to the map.static <K, V> Map<K,V>Collections. unmodifiableMap(Map<? extends K,? extends V> map)Returns a wrapper on the specified map which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the map.Methods in java.util with parameters of type Map Modifier and Type Method Description static <K, V> Map<K,V>Collections. checkedMap(Map<K,V> m, Class<K> keyType, Class<V> valueType)Returns a dynamically typesafe view of the specified map.static <E> Set<E>Collections. newSetFromMap(Map<E,Boolean> map)Returns a set backed bymap.voidAbstractMap. putAll(Map<? extends K,? extends V> map)Copies every mapping in the specifiedMapto thisMap.voidEnumMap. putAll(Map<? extends K,? extends V> map)Copies every mapping in the specifiedMapto thisEnumMap.voidHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the specified map to this map.voidHashtable. putAll(Map<? extends K,? extends V> map)Copies every mapping to thisHashtablefrom the specified map.voidIdentityHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the specified map to this map.voidMap. putAll(Map<? extends K,? extends V> map)Copies every mapping in the specifiedMapto thisMap.voidWeakHashMap. putAll(Map<? extends K,? extends V> map)Copies all the mappings in the given map to this map.static <K, V> Map<K,V>Collections. synchronizedMap(Map<K,V> map)Returns a wrapper on the specified map which synchronizes all access to the map.static <K, V> Map<K,V>Collections. unmodifiableMap(Map<? extends K,? extends V> map)Returns a wrapper on the specified map which throws anUnsupportedOperationExceptionwhenever an attempt is made to modify the map.Constructors in java.util with parameters of type Map Constructor Description EnumMap(Map<K,? extends V> map)Constructs anEnumMapinitialized from the given map.HashMap(Map<? extends K,? extends V> map)Constructs a newHashMapinstance containing the mappings from the specified map.Hashtable(Map<? extends K,? extends V> map)Constructs a new instance ofHashtablecontaining the mappings from the specified map.IdentityHashMap(Map<? extends K,? extends V> map)Creates an IdentityHashMap using the given map as initial values.LinkedHashMap(Map<? extends K,? extends V> map)Constructs a newLinkedHashMapinstance containing the mappings from the specified map.TreeMap(Map<? extends K,? extends V> copyFrom)Create a natural order tree map populated with the key/value pairs ofcopyFrom.WeakHashMap(Map<? extends K,? extends V> map)Constructs a newWeakHashMapinstance containing the mappings from the specified map. -
Uses of Map in java.util.concurrent
Subinterfaces of Map in java.util.concurrent Modifier and Type Interface Description interfaceConcurrentMap<K,V>interfaceConcurrentNavigableMap<K,V>AConcurrentMapsupportingNavigableMapoperations, and recursively so for its navigable sub-maps.Classes in java.util.concurrent that implement Map Modifier and Type Class Description classConcurrentHashMap<K,V>A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.classConcurrentSkipListMap<K,V>A scalable concurrentConcurrentNavigableMapimplementation.Methods in java.util.concurrent with parameters of type Map Modifier and Type Method Description voidConcurrentHashMap. putAll(Map<? extends K,? extends V> m)Copies all of the mappings from the specified map to this one.Constructors in java.util.concurrent with parameters of type Map Constructor Description ConcurrentHashMap(Map<? extends K,? extends V> m)Creates a new map with the same mappings as the given map.ConcurrentSkipListMap(Map<? extends K,? extends V> m)Constructs a new map containing the same mappings as the given map, sorted according to the natural ordering of the keys. -
Uses of Map in java.util.jar
Classes in java.util.jar that implement Map Modifier and Type Class Description classAttributesTheAttributesclass is used to store values for manifest entries.Fields in java.util.jar declared as Map Modifier and Type Field Description protected Map<Object,Object>Attributes. mapTheAttributesas name/value pairs.Methods in java.util.jar that return Map Modifier and Type Method Description Map<String,Attributes>Manifest. getEntries()Returns a map containing theAttributesfor each entry in theManifest.Methods in java.util.jar with parameters of type Map Modifier and Type Method Description voidAttributes. putAll(Map<?,?> attrib)Stores all the key/value pairs in the argument in thisAttributes. -
Uses of Map in javax.security.auth.x500
Methods in javax.security.auth.x500 with parameters of type Map Modifier and Type Method Description StringX500Principal. getName(String format, Map<String,String> oidMap)Constructors in javax.security.auth.x500 with parameters of type Map Constructor Description X500Principal(String name, Map<String,String> keywordMap) -
Uses of Map in javax.sql
-
Uses of Map in libcore.util
-
Uses of Map in org.apache.commons.logging.impl
Classes in org.apache.commons.logging.impl that implement Map Modifier and Type Class Description classWeakHashtableImplementation ofHashtablethat usesWeakReference's to hold its keys thus allowing them to be reclaimed by the garbage collector.Methods in org.apache.commons.logging.impl with parameters of type Map Modifier and Type Method Description voidWeakHashtable. putAll(Map t) -
Uses of Map in org.apache.harmony.security.provider.cert
Classes in org.apache.harmony.security.provider.cert that implement Map Modifier and Type Class Description classDRLCertFactory -
Uses of Map in org.apache.harmony.security.provider.crypto
Classes in org.apache.harmony.security.provider.crypto that implement Map Modifier and Type Class Description classCryptoProviderImplementation of Provider for SecureRandom, MessageDigest and Signature using a Secure Hash Algorithm, SHA-1; see SECURE HASH STANDARD, FIPS PUB 180-1 (http://www.itl.nist.gov/fipspubs/fip180-1.htm)
The implementation supports "SHA1PRNG", "SHA-1" and "SHA1withDSA" algorithms described in JavaTM Cryptography Architecture, API Specification & Reference -
Uses of Map in org.apache.http.auth
Methods in org.apache.http.auth with parameters of type Map Modifier and Type Method Description voidAuthSchemeRegistry. setItems(Map<String,AuthSchemeFactory> map)Populates the internal collection of registeredauthentication schemeswith the content of the map passed as a parameter. -
Uses of Map in org.apache.http.client
Methods in org.apache.http.client that return Map Modifier and Type Method Description Map<String,Header>AuthenticationHandler. getChallenges(HttpResponse response, HttpContext context)Methods in org.apache.http.client with parameters of type Map Modifier and Type Method Description AuthSchemeAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context) -
Uses of Map in org.apache.http.conn.params
Methods in org.apache.http.conn.params with parameters of type Map Modifier and Type Method Description voidConnPerRouteBean. setMaxForRoutes(Map<HttpRoute,Integer> map) -
Uses of Map in org.apache.http.conn.scheme
Methods in org.apache.http.conn.scheme with parameters of type Map Modifier and Type Method Description voidSchemeRegistry. setItems(Map<String,Scheme> map)Populates the internal collection of registeredprotocol schemeswith the content of the map passed as a parameter. -
Uses of Map in org.apache.http.cookie
Methods in org.apache.http.cookie with parameters of type Map Modifier and Type Method Description voidCookieSpecRegistry. setItems(Map<String,CookieSpecFactory> map)Populates the internal collection of registeredcookie specswith the content of the map passed as a parameter. -
Uses of Map in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth that return Map Modifier and Type Method Description protected Map<String,String>RFC2617Scheme. getParameters()Returns authentication parameters map. -
Uses of Map in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return Map Modifier and Type Method Description Map<String,Header>DefaultProxyAuthenticationHandler. getChallenges(HttpResponse response, HttpContext context)Map<String,Header>DefaultTargetAuthenticationHandler. getChallenges(HttpResponse response, HttpContext context)protected Map<String,Header>AbstractAuthenticationHandler. parseChallenges(Header[] headers)Methods in org.apache.http.impl.client with parameters of type Map Modifier and Type Method Description AuthSchemeAbstractAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context) -
Uses of Map in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as Map Modifier and Type Field Description protected Map<HttpRoute,RouteSpecificPool>ConnPoolByRoute. routeToPoolA map of route-specific pools.Methods in org.apache.http.impl.conn.tsccm that return Map Modifier and Type Method Description protected Map<HttpRoute,RouteSpecificPool>ConnPoolByRoute. createRouteToPoolMap()Creates the map forConnPoolByRoute.routeToPool. -
Uses of Map in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type Map Modifier and Type Method Description voidHttpRequestHandlerRegistry. setHandlers(Map map)voidUriPatternMatcher. setHandlers(Map map) -
Uses of Map in org.apache.http.util
Methods in org.apache.http.util with parameters of type Map Modifier and Type Method Description protected static VersionInfoVersionInfo. fromMap(String pckg, Map info, ClassLoader clsldr)Instantiates version information from properties. -
Uses of Map in org.apache.xalan.transformer
Classes in org.apache.xalan.transformer that implement Map Modifier and Type Class Description classCountersTableThis is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects. -
Uses of Map in org.bouncycastle.cms
Fields in org.bouncycastle.cms declared as Map Modifier and Type Field Description protected MapCMSSignedGenerator. digestsMethods in org.bouncycastle.cms that return Map Modifier and Type Method Description protected MapCMSSignedGenerator. getBaseParameters(ASN1ObjectIdentifier contentType, AlgorithmIdentifier digAlgId, byte[] hash)MapCMSSignedGenerator. getGeneratedDigests()Return a map of oids and byte arrays representing the digests calculated on the content during the last generate.Methods in org.bouncycastle.cms with parameters of type Map Modifier and Type Method Description protected HashtableDefaultSignedAttributeTableGenerator. createStandardAttributeTable(Map parameters)Create a standard attribute table from the passed in parameters - this will normally include contentType, signingTime, and messageDigest.AttributeTableCMSAttributeTableGenerator. getAttributes(Map parameters)AttributeTableDefaultSignedAttributeTableGenerator. getAttributes(Map parameters)AttributeTableSimpleAttributeTableGenerator. getAttributes(Map parameters)Constructors in org.bouncycastle.cms with parameters of type Map Constructor Description CMSSignedData(Map hashes, byte[] sigBlock)Content with detached signature, digests precomputedCMSSignedData(Map hashes, ContentInfo sigData) -
Uses of Map in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement Map Modifier and Type Class Description classBouncyCastleProviderTo add the provider at runtime use:Methods in org.bouncycastle.jce.provider with parameters of type Map Modifier and Type Method Description protected static voidCertPathValidatorUtilities. prepareNextCertB1(int i, List[] policyNodes, String id_p, Map m_idp, X509Certificate cert) -
Uses of Map in org.conscrypt
Classes in org.conscrypt that implement Map Modifier and Type Class Description classJSSEProviderJSSE Provider implementation.classOpenSSLProviderProvider that goes through OpenSSL for operations.Fields in org.conscrypt declared as Map Modifier and Type Field Description static Map<String,String>NativeCrypto. OPENSSL_TO_STANDARD_CIPHER_SUITESstatic Map<String,String>NativeCrypto. STANDARD_TO_OPENSSL_CIPHER_SUITES -
Uses of Map in org.json
Constructors in org.json with parameters of type Map Constructor Description JSONObject(Map copyFrom)Creates a newJSONObjectby copying all name/value mappings from the given map. -
Uses of Map in SQLite.JDBC2z
Methods in SQLite.JDBC2z that return Map Modifier and Type Method Description Map<String,Class<?>>JDBCConnection. getTypeMap()Methods in SQLite.JDBC2z with parameters of type Map Modifier and Type Method Description ObjectJDBCPreparedStatement. getObject(int parameterIndex, Map map)ObjectJDBCPreparedStatement. getObject(String parameterName, Map map)ObjectJDBCResultSet. getObject(int columnIndex, Map map)ObjectJDBCResultSet. getObject(String columnName, Map map)voidJDBCConnection. setTypeMap(Map map)