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 classDeprecated, 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 TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanremoveAll(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanretainAll(Collection coll) Deprecated, for removal: This API element is subject to removal in a future version.intsize()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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
sizein interfaceCollection- Specified by:
sizein classAbstractCollection
-
contains
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsin interfaceCollection- Overrides:
containsin classAbstractCollection
-
iterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin classAbstractCollection
-
add
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addin interfaceCollection- Overrides:
addin classAbstractCollection
-
remove
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removein interfaceCollection- Overrides:
removein classAbstractCollection
-
addAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addAllin interfaceCollection- Overrides:
addAllin classAbstractCollection
-
removeAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeAllin interfaceCollection- Overrides:
removeAllin classAbstractCollection
-
retainAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
retainAllin interfaceCollection- Overrides:
retainAllin classAbstractCollection
-
clear
public void clear()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
clearin interfaceCollection- Overrides:
clearin classAbstractCollection
-
removeIf
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeIfin interfaceCollection
-