Container# public class Container<T extends EntityInterface> extends ArrayList<T># Methods# getEntityById# public T getEntityById(EntityID id)# Return the entity with the matching id, if it can be found inside this Container, else null.