Uses of Class
io.microsphere.collection.DefaultEntry
-
Packages that use DefaultEntry Package Description io.microsphere.collection -
-
Uses of DefaultEntry in io.microsphere.collection
Subclasses of DefaultEntry in io.microsphere.collection Modifier and Type Class Description class
ImmutableEntry<K,V>
An immutable implementation ofMap.Entry
that stores a fixed key-value pair.Methods in io.microsphere.collection that return DefaultEntry Modifier and Type Method Description static <K,V>
DefaultEntry<K,V>DefaultEntry. of(K key, V value)
Create a new instance ofDefaultEntry
with the specified key and value.
-