Interface Storage

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

interface Storage(Type, KeyType) ;

Methods

NameDescription
removeRemove an element from Storage with identity.
setSave an element in Storage by key identity.