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
@Deprecated(forRemoval=true)
public class ReadOnlyLinkedMapValuesView
extends AbstractCollection
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
unused
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyLinkedMapValuesView
(org.apache.commons.collections4.map.LinkedMap parent) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
addAll
(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.void
clear()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.iterator()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
removeAll
(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
retainAll
(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.int
size()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, spliterator, stream, toArray
-
Constructor Details
-
ReadOnlyLinkedMapValuesView
public ReadOnlyLinkedMapValuesView(org.apache.commons.collections4.map.LinkedMap parent) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
size
public int size()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
size
in interfaceCollection
- Specified by:
size
in classAbstractCollection
-
contains
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
contains
in interfaceCollection
- Overrides:
contains
in classAbstractCollection
-
iterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in classAbstractCollection
-
add
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
add
in interfaceCollection
- Overrides:
add
in classAbstractCollection
-
remove
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
remove
in interfaceCollection
- Overrides:
remove
in classAbstractCollection
-
addAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addAll
in interfaceCollection
- Overrides:
addAll
in classAbstractCollection
-
removeAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeAll
in interfaceCollection
- Overrides:
removeAll
in classAbstractCollection
-
retainAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
retainAll
in interfaceCollection
- Overrides:
retainAll
in classAbstractCollection
-
clear
public void clear()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
clear
in interfaceCollection
- Overrides:
clear
in classAbstractCollection
-
removeIf
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeIf
in interfaceCollection
-