Uses of Enum Class
org.apache.sis.util.collection.CheckedContainer.Mutability
Packages that use CheckedContainer.Mutability
Package
Description
A simple k-dimensional point tree implementation.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Descriptions and values of parameters used by a coordinate operation or a process.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Addition to the collection framework.
-
Uses of CheckedContainer.Mutability in org.apache.sis.index.tree
Methods in org.apache.sis.index.tree that return CheckedContainer.MutabilityModifier and TypeMethodDescriptionPointTree.getMutability()Indicates that this collection is modifiable (at least by default). -
Uses of CheckedContainer.Mutability in org.apache.sis.measure
Methods in org.apache.sis.measure that return CheckedContainer.MutabilityModifier and TypeMethodDescriptionRange.getMutability()Indicates that this range is immutable (at least by default). -
Uses of CheckedContainer.Mutability in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return CheckedContainer.MutabilityModifier and TypeMethodDescriptionMatrixParameters.getMutability()Indicates that this collection is modifiable (at least by default). -
Uses of CheckedContainer.Mutability in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CheckedContainer.MutabilityModifier and TypeMethodDescriptionIdentifiedObjectSet.getMutability()Indicates that this collection is modifiable (at least by default). -
Uses of CheckedContainer.Mutability in org.apache.sis.util.collection
Subclasses with type arguments of type CheckedContainer.Mutability in org.apache.sis.util.collectionModifier and TypeClassDescriptionstatic enumMutability status of a container.Methods in org.apache.sis.util.collection that return CheckedContainer.MutabilityModifier and TypeMethodDescriptionCheckedContainer.getMutability()Returns whether this container is modifiable, unmodifiable or immutable.CodeListSet.getMutability()Indicates that this collection is modifiable (at least by default).RangeSet.getMutability()Indicates that this collection is modifiable (at least by default).TableColumn.getMutability()Indicates that a table header is an immutable object (at least by default).WeakHashSet.getMutability()Indicates that this collection is modifiable (at least by default).static CheckedContainer.MutabilityCheckedContainer.Mutability.of(Collection<?> collection) Returns the mutability status of the given collection.static CheckedContainer.MutabilityReturns the enum constant of this class with the specified name.static CheckedContainer.Mutability[]CheckedContainer.Mutability.values()Returns an array containing the constants of this enum class, in the order they are declared.