Uses of Interface
nom.tam.util.CursorValue
Packages that use CursorValue
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of CursorValue in nom.tam.fits
Classes in nom.tam.fits that implement CursorValueModifier and TypeClassDescriptionclass
An individual entry in the FITS header, such as a key/value pair with an optional comment field, or a comment-style entry without a value field. -
Uses of CursorValue in nom.tam.util
Classes in nom.tam.util with type parameters of type CursorValueModifier and TypeClassDescriptionclass
HashedList<VALUE extends CursorValue<String>>
An ordered hash map implementation.