Uses of Class
io.microsphere.collection.ImmutableEntry
-
Packages that use ImmutableEntry Package Description io.microsphere.collection -
-
Uses of ImmutableEntry in io.microsphere.collection
Methods in io.microsphere.collection that return ImmutableEntry Modifier and Type Method Description static <K,V>
ImmutableEntry<K,V>ImmutableEntry. of(K key, V value)
Create an immutable entry with the specified key and value.
-