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 classImmutableEntry<K,V>An immutable implementation ofMap.Entrythat 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 ofDefaultEntrywith the specified key and value.
-