Android java.util Map
Android examples for java.util:Map
HOME
Android
java.util
Map
Description
Click the following links for the tutorial for java.util and Map.
generate XML string from Map and array
Convert String to Map, "A=B&C=D" -> [A=B, C=D]
split string Into Map
Add to counter Map
Convert bytes to HashMap
get Frequency from Map
Returns a new Map where the values are sorted according to the given comparator (or using the natural order if the comparator is null ).
Remove key in collection from Map
get Cardinality Map from Collection
Returns a new map with all entries of the input map except those which have a value of null.
Copies entries from one map to another and deletes those entries in the target map for which the value in the source map is null.
Creates and returns a new map from the two-dimensional array.
as Read Only Map
Equality function that properly handles arrays, lists, maps, lists of arrays, and maps of arrays.
Returns true if the given map is a case-insensitive map.
Creates a case-insensitive map.
Builds a map from two arrays.
Converts two List to a map.
new Read Only Map
sort Map By Value Asc
sort Map By Value Desc
trim Map
Returns a Map that keep the orders of its keys.
Returns a LinkedHashMap with the mappings a[0] => a[1], a[2] => a[3], ....
Returns a the given map enriched with the mappings a[0] => a[1], a[2] => a[3], ....
Returns a capacity that is sufficient to keep the map from being resized as long as it grows no larger than expectedSize and the load factor is >= its default (0.75).
Create Map from array of key and array of value
safe Get from Map
single Key Map
A getOrDefault from Map that doesn't create garbage if its suppler is non-capturing.
Copies the given Map containing another Map into a new Map .
Convert map To List
Convert a list into a LinkedHashMap using a ListExtractor to determine the keys and values for the new Map.
Convert a Properties into a Map.
merge Properties Into Map
Deep clone a map.
map To Key AND Value String
add key-value pair to map, both key and value need not null or empty
add key-value pair to map, and key need not null or empty
get Map Bool
is Map Empty
traverse Map and dump to String
add All Keys from Map to Collection
add All Values from Map to Collection
hashCode function that properly handles arrays, collections, maps, collections of arrays, and maps of arrays.