Uses of Package
org.apache.sis.util.collection
-
Packages that use org.apache.sis.util.collection Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.setup Provides information and some controls about SIS configuration.org.apache.sis.util.collection Addition to the collection framework. -
Classes in org.apache.sis.util.collection used by org.apache.sis.measure Class Description CheckedContainer A container that ensures that all elements are assignable to a given base type. -
Classes in org.apache.sis.util.collection used by org.apache.sis.setup Class Description TreeTable Defines the structure (list of columns) of a table and provides the root of the tree containing the data. -
Classes in org.apache.sis.util.collection used by org.apache.sis.util.collection Class Description BackingStoreException Thrown to indicate that an operation could not complete because of a failure in the backing store (a file or a database).Cache.Handler The handler returned byCache.lock(K), to be used for unlocking and storing the result.CheckedContainer A container that ensures that all elements are assignable to a given base type.CodeListSet A specializedSetimplementation for use withCodeListvalues.DefaultTreeTable ATreeTableimplementation with a list of columns given at construction time.DefaultTreeTable.Node ATreeTable.Nodeimplementation which can store values for a pre-defined list of columns.IntegerList A list of unsigned integer values.RangeSet An ordered set of disjoint ranges where overlapping ranges are merged.TableColumn Identifies a column inTreeTable.Nodeinstances.TreeTable Defines the structure (list of columns) of a table and provides the root of the tree containing the data.TreeTable.Node A node in a tree combined with a row in a table.TreeTableFormat A parser and formatter forTreeTableinstances.