Interface Storage

Interface for objects that are able to store elements of Type by identity of KeyType.

interface Storage(Type, KeyType) ;

Methods

NameDescription
remove Remove an element from Storage with identity.
set Save an element in Storage by key identity.