package foundation.data.entity; public interface IIndex { Entity get(Object value); void add(Object value, Entity entity); }