Class ObjectStore

java.lang.Object
dev.enola.common.io.object.ObjectStore
All Implemented Interfaces:
ProviderFromID

public class ObjectStore extends Object implements ProviderFromID
ObjectStore is an in-memory store (and ProviderFromID) for Identifiable objects.

It supports distinct objects with the same ID but different classes, effectively "scoping" them by their class.