| it.biobytes.ammentos.util.EntityList
EntityList | public EntityList(Class<T> c, Query query, boolean deleteOnRemove)(Code) | | |
add | public void add(int index, T element)(Code) | | |
add | public boolean add(T o)(Code) | | |
clear | public void clear()(Code) | | |
ensureCapacity | public void ensureCapacity(int minCapacity)(Code) | | |
get | public T get(int index)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
remove | public T remove(int index)(Code) | | |
removeRange | protected void removeRange(int fromIndex, int toIndex)(Code) | | |
set | public T set(int index, T element)(Code) | | |
subList | public List<T> subList(int fromIndex, int toIndex)(Code) | | |
toArray | public T[] toArray(T[] a)(Code) | | |
trimToSize | public void trimToSize()(Code) | | |
|
|