Constructor and Description |
---|
LazyTableList(long imageID,
OMEROLocation location,
OMEROService omero,
LogService log) |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Table<?,?> element) |
boolean |
add(Table<?,?> e) |
boolean |
addAll(Collection<? extends Table<?,?>> c) |
boolean |
addAll(int index,
Collection<? extends Table<?,?>> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Table<?,?> |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Table<?,?>> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Table<?,?>> |
listIterator() |
ListIterator<Table<?,?>> |
listIterator(int index) |
Table<?,?> |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Table<?,?> |
set(int index,
Table<?,?> element) |
int |
size() |
List<Table<?,?>> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public LazyTableList(long imageID, OMEROLocation location, OMEROService omero, LogService log)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Table<?,?> e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Table<?,?>>
containsAll
in interface List<Table<?,?>>
public boolean addAll(Collection<? extends Table<?,?>> c)
public boolean addAll(int index, Collection<? extends Table<?,?>> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Table<?,?>>
public ListIterator<Table<?,?>> listIterator()
listIterator
in interface List<Table<?,?>>
public ListIterator<Table<?,?>> listIterator(int index)
listIterator
in interface List<Table<?,?>>
Copyright © 2014–2022 ImageJ. All rights reserved.