Package-level declarations
Contains concrete implementations of the interfaces defined in the container package.
Types
Implementation of BufferedPersistentDataContainer that provides support for buffered operations on a PersistentDataContainer.
A MutablePersistentDataContainer that delegates is methode calls to the underlying MutablePersistentDataContainer.
An immutable implementation of PersistentDataContainer and BufferedPersistentDataContainer that does not store any data.
Implementation of a mutable buffered persistent data container.
A mutable implementation of a persistent data container.
A builder class for creating immutable instances of PersistentDataContainer.
Implementation of the PersistentDataContainer interface.
A singleton implementation of PersistentDataContainer for storing a single key-value pair, where the value must be a primitive data type.