Uses of Class
org.litebridgedb.tracking.ChangedField
Packages that use ChangedField
-
Uses of ChangedField in org.litebridgedb.tracking
Subclasses of ChangedField in org.litebridgedb.trackingModifier and TypeClassDescriptionfinal classList-specific type ofChangedFieldwhich holds a snapshot of the original underlying map.final classMap-specific type ofChangedFieldwhich holds a snapshot of the original underlying map.Methods in org.litebridgedb.tracking with type parameters of type ChangedFieldModifier and TypeMethodDescriptionfinal <T extends ChangedField>
Optional<T> Attempts to cast thisChangedFieldinstance to a specific subtype.Methods in org.litebridgedb.tracking that return ChangedFieldModifier and TypeMethodDescription@Nullable ChangedFieldRetrieve theChangedFieldassociated with the specified field name, ornullif no such field exists.Methods in org.litebridgedb.tracking that return types with arguments of type ChangedFieldModifier and TypeMethodDescriptionRetrieve anOptionalcontaining theChangedFieldassociated with the specified field name.ChangedFields.stream()Provides a stream of allChangedFieldinstances contained within the collection.Method parameters in org.litebridgedb.tracking with type arguments of type ChangedFieldModifier and TypeMethodDescriptionvoidChangedFields.forEach(Consumer<ChangedField> action) Perform the given action for eachChangedFieldin the collection.Constructor parameters in org.litebridgedb.tracking with type arguments of type ChangedFieldModifierConstructorDescriptionChangedFields(Map<String, ChangedField> changedFieldMap) Construct a newChangedFieldsinstance with the provided map of changed fields.