Package io.jmix.core.common.collections
Class ReadOnlyLinkedMapValuesView
java.lang.Object
java.util.AbstractCollection
io.jmix.core.common.collections.ReadOnlyLinkedMapValuesView
- All Implemented Interfaces:
- Serializable,- Iterable,- Collection
Serializable, unmodifiable collection view for 
Use this collection view instead of
LinkedMap. Use this collection view instead of
AbstractHashedMap.values() to have ability to serialize collection.- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected static class
- 
Constructor SummaryConstructorsConstructorDescriptionReadOnlyLinkedMapValuesView(org.apache.commons.collections4.map.LinkedMap parent) 
- 
Method SummaryMethods inherited from class java.util.AbstractCollectioncontainsAll, isEmpty, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, spliterator, stream, toArray
- 
Constructor Details- 
ReadOnlyLinkedMapValuesViewpublic ReadOnlyLinkedMapValuesView(org.apache.commons.collections4.map.LinkedMap parent) 
 
- 
- 
Method Details- 
sizepublic int size()- Specified by:
- sizein interface- Collection
- Specified by:
- sizein class- AbstractCollection
 
- 
contains- Specified by:
- containsin interface- Collection
- Overrides:
- containsin class- AbstractCollection
 
- 
iterator- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin class- AbstractCollection
 
- 
add- Specified by:
- addin interface- Collection
- Overrides:
- addin class- AbstractCollection
 
- 
remove- Specified by:
- removein interface- Collection
- Overrides:
- removein class- AbstractCollection
 
- 
addAll- Specified by:
- addAllin interface- Collection
- Overrides:
- addAllin class- AbstractCollection
 
- 
removeAll- Specified by:
- removeAllin interface- Collection
- Overrides:
- removeAllin class- AbstractCollection
 
- 
retainAll- Specified by:
- retainAllin interface- Collection
- Overrides:
- retainAllin class- AbstractCollection
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection
- Overrides:
- clearin class- AbstractCollection
 
- 
removeIf- Specified by:
- removeIfin interface- Collection
 
 
-