.. java:import:: java.util ArrayList .. java:import:: org.caosdb.server.entity EntityID .. java:import:: org.caosdb.server.entity EntityInterface Container ========= .. java:package:: org.caosdb.server.entity.container :noindex: .. java:type:: public class Container extends ArrayList Methods ------- getEntityById ^^^^^^^^^^^^^ .. java:method:: public T getEntityById(EntityID id) :outertype: Container Return the entity with the matching id, if it can be found inside this Container, else null.