CollectionState

State for collections (i.e. values represented by collection schemas).

Implementations of this interface are responsible for storing the states associated with the children of a collection.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun hasState(fragment: AbsolutePathFragment.Id): Boolean
Link copied to clipboard
abstract fun removeState(fragment: AbsolutePathFragment.Id)
Link copied to clipboard
abstract fun setState(fragment: AbsolutePathFragment.Id, state: State?)