Class ReadOnlyLinkedMapValuesView

java.lang.Object
java.util.AbstractCollection
io.jmix.core.common.collections.ReadOnlyLinkedMapValuesView
All Implemented Interfaces:
Serializable, Iterable, Collection

public class ReadOnlyLinkedMapValuesView extends AbstractCollection implements Serializable
Serializable, unmodifiable collection view for LinkedMap.
Use this collection view instead of AbstractHashedMap.values() to have ability to serialize collection.
See Also: