protected static class LabelingMapping.InternedList<T1 extends Comparable<T1>> extends Object implements List<T1>
Constructor and Description |
---|
InternedList(List<T1> src,
int index,
LabelingMapping<T1> owner) |
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
T1 element) |
boolean |
add(T1 e) |
boolean |
addAll(Collection<? extends T1> c) |
boolean |
addAll(int i,
Collection<? extends T1> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object obj) |
T1 |
get(int i) |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<T1> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<T1> |
listIterator() |
ListIterator<T1> |
listIterator(int i) |
T1 |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
T1 |
set(int index,
T1 element) |
int |
size() |
List<T1> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
replaceAll, sort, spliterator
parallelStream, removeIf, stream
public InternedList(List<T1> src, int index, LabelingMapping<T1> owner)
public int size()
size
in interface Collection<T1 extends Comparable<T1>>
size
in interface List<T1 extends Comparable<T1>>
public boolean isEmpty()
isEmpty
in interface Collection<T1 extends Comparable<T1>>
isEmpty
in interface List<T1 extends Comparable<T1>>
public boolean contains(Object o)
contains
in interface Collection<T1 extends Comparable<T1>>
contains
in interface List<T1 extends Comparable<T1>>
public Iterator<T1> iterator()
iterator
in interface Iterable<T1 extends Comparable<T1>>
iterator
in interface Collection<T1 extends Comparable<T1>>
iterator
in interface List<T1 extends Comparable<T1>>
public Object[] toArray()
toArray
in interface Collection<T1 extends Comparable<T1>>
toArray
in interface List<T1 extends Comparable<T1>>
public boolean add(T1 e)
add
in interface Collection<T1 extends Comparable<T1>>
add
in interface List<T1 extends Comparable<T1>>
public boolean remove(Object o)
remove
in interface Collection<T1 extends Comparable<T1>>
remove
in interface List<T1 extends Comparable<T1>>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<T1 extends Comparable<T1>>
containsAll
in interface List<T1 extends Comparable<T1>>
public boolean addAll(Collection<? extends T1> c)
addAll
in interface Collection<T1 extends Comparable<T1>>
addAll
in interface List<T1 extends Comparable<T1>>
public boolean addAll(int i, Collection<? extends T1> c)
addAll
in interface List<T1 extends Comparable<T1>>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<T1 extends Comparable<T1>>
removeAll
in interface List<T1 extends Comparable<T1>>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<T1 extends Comparable<T1>>
retainAll
in interface List<T1 extends Comparable<T1>>
public void clear()
clear
in interface Collection<T1 extends Comparable<T1>>
clear
in interface List<T1 extends Comparable<T1>>
public T1 set(int index, T1 element)
set
in interface List<T1 extends Comparable<T1>>
public void add(int i, T1 element)
add
in interface List<T1 extends Comparable<T1>>
public int indexOf(Object o)
indexOf
in interface List<T1 extends Comparable<T1>>
public int lastIndexOf(Object o)
lastIndexOf
in interface List<T1 extends Comparable<T1>>
public ListIterator<T1> listIterator()
listIterator
in interface List<T1 extends Comparable<T1>>
public ListIterator<T1> listIterator(int i)
listIterator
in interface List<T1 extends Comparable<T1>>
public List<T1> subList(int fromIndex, int toIndex)
subList
in interface List<T1 extends Comparable<T1>>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<T1 extends Comparable<T1>>
toArray
in interface List<T1 extends Comparable<T1>>
public int hashCode()
hashCode
in interface Collection<T1 extends Comparable<T1>>
hashCode
in interface List<T1 extends Comparable<T1>>
hashCode
in class Object
public boolean equals(Object obj)
equals
in interface Collection<T1 extends Comparable<T1>>
equals
in interface List<T1 extends Comparable<T1>>
equals
in class Object
Copyright © 2015–2022 ImgLib2. All rights reserved.