Constructor and Description |
---|
PlateByteBufferList(BaseByteBuffer<?> buffer,
List<Integer> pointerList,
Collection<TableColumn> chosenColumns) |
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
Plate e) |
boolean |
add(Plate e) |
boolean |
addAll(Collection<? extends Plate> collection) |
boolean |
addAll(int i,
Collection<? extends Plate> collection) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> collection) |
Plate |
get(int i) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Plate> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Plate> |
listIterator() |
ListIterator<Plate> |
listIterator(int i) |
Plate |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
Plate |
set(int i,
Plate e) |
int |
size() |
List<Plate> |
subList(int i,
int i1) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public PlateByteBufferList(BaseByteBuffer<?> buffer, List<Integer> pointerList, Collection<TableColumn> chosenColumns)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] ts)
public boolean add(Plate e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> collection)
containsAll
in interface Collection<Plate>
containsAll
in interface List<Plate>
public boolean addAll(Collection<? extends Plate> collection)
public boolean addAll(int i, Collection<? extends Plate> collection)
public boolean removeAll(Collection<?> collection)
public boolean retainAll(Collection<?> collection)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf
in interface List<Plate>
public ListIterator<Plate> listIterator()
listIterator
in interface List<Plate>
public ListIterator<Plate> listIterator(int i)
listIterator
in interface List<Plate>
Copyright © 2021. All rights reserved.