Uses of Class
org.apache.sis.measure.FormattedCharacterIterator.Entry
Packages that use FormattedCharacterIterator.Entry
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of FormattedCharacterIterator.Entry in org.apache.sis.measure
Fields in org.apache.sis.measure declared as FormattedCharacterIterator.EntryModifier and TypeFieldDescription(package private) final FormattedCharacterIterator.Entry
FormattedCharacterIterator.Entry.previous
The previous entry in a chained list of entries for the same key, ornull
if none.Fields in org.apache.sis.measure with type parameters of type FormattedCharacterIterator.EntryModifier and TypeFieldDescriptionFormattedCharacterIterator.attributes
All fields associated to the text.FormattedCharacterIterator.Filter.attributes
A reference toFormattedCharacterIterator.attributes
.Methods in org.apache.sis.measure that return types with arguments of type FormattedCharacterIterator.EntryModifier and TypeMethodDescriptionFormattedCharacterIterator.entries
(Set<? extends AttributedCharacterIterator.Attribute> requested) Returns the entries for the given attributes.FormattedCharacterIterator.Selector.getSourceClass()
Methods in org.apache.sis.measure with parameters of type FormattedCharacterIterator.EntryModifier and TypeMethodDescriptionFormattedCharacterIterator.Selector.apply
(FormattedCharacterIterator.Entry entry) Returns the value for the given entry, ornull
if none.Method parameters in org.apache.sis.measure with type arguments of type FormattedCharacterIterator.EntryModifier and TypeMethodDescriptionprivate void
FormattedCharacterIterator.update
(AttributedCharacterIterator.Attribute attribute, Collection<FormattedCharacterIterator.Entry> entries) Ensures that theFormattedCharacterIterator.start
,FormattedCharacterIterator.limit
andFormattedCharacterIterator.attributes
fields are valid for the current index position and the given attribute.Constructor parameters in org.apache.sis.measure with type arguments of type FormattedCharacterIterator.EntryModifierConstructorDescription(package private)
Entry
(AttributedCharacterIterator.Attribute field, Object value, int start, int limit, Map<AttributedCharacterIterator.Attribute, FormattedCharacterIterator.Entry> attributes) Creates a new entry for the given value, together with the range of index where the field value has been formatted.(package private)
Filter
(Map<AttributedCharacterIterator.Attribute, FormattedCharacterIterator.Entry> attributes, int index) Creates a new key filter for the character at the given index.