public class GetPartList extends Object implements xyz.cofe.collection.list.EventList<GetPart>
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.list.EventList<GetPart> |
list |
protected Lock |
lock |
| Constructor and Description |
|---|
GetPartList() |
GetPartList(Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GetPart e) |
void |
add(int index,
GetPart element) |
boolean |
addAll(Collection<? extends GetPart> c) |
boolean |
addAll(int index,
Collection<? extends GetPart> c) |
Closeable |
addEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener) |
Closeable |
addEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener,
boolean weakListener) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
containsEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener) |
GetPart |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<GetPart> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<GetPart> |
listIterator() |
ListIterator<GetPart> |
listIterator(int index) |
Closeable |
onAdded(xyz.cofe.common.Reciver<GetPart> listener) |
Closeable |
onAdding(xyz.cofe.common.Reciver<GetPart> listener) |
Closeable |
onChanged(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onChanged(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onChanging(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onChanging(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onDeleted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onDeleted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onDeleting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onDeleting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onInserted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onInserted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onInserting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onInserting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onRemoved(xyz.cofe.common.Reciver<GetPart> listener) |
Closeable |
onRemoving(xyz.cofe.common.Reciver<GetPart> listener) |
Closeable |
onUpdated(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onUpdated(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
Closeable |
onUpdating(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn) |
Closeable |
onUpdating(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn,
boolean weak) |
void |
pauseAll() |
GetPart |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
void |
removeEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener) |
void |
resumeAll() |
boolean |
retainAll(Collection<?> c) |
GetPart |
set(int index,
GetPart element) |
int |
size() |
void |
stopAll() |
List<GetPart> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streamprotected final xyz.cofe.collection.list.EventList<GetPart> list
protected final Lock lock
public GetPartList()
public GetPartList(Lock lock)
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(GetPart e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<GetPart>containsAll in interface List<GetPart>public boolean addAll(Collection<? extends GetPart> c)
public boolean addAll(int index,
Collection<? extends GetPart> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<GetPart>public ListIterator<GetPart> listIterator()
listIterator in interface List<GetPart>public ListIterator<GetPart> listIterator(int index)
listIterator in interface List<GetPart>public Closeable addEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener)
addEventListListener in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable addEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener, boolean weakListener)
addEventListListener in interface xyz.cofe.collection.list.EventListSender<GetPart>public void removeEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener)
removeEventListListener in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onAdded(xyz.cofe.common.Reciver<GetPart> listener)
onAdded in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onRemoved(xyz.cofe.common.Reciver<GetPart> listener)
onRemoved in interface xyz.cofe.collection.list.EventListSender<GetPart>public boolean containsEventListListener(xyz.cofe.collection.list.EventListListener<GetPart> listener)
containsEventListListener in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onChanged(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onChanged in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onChanged(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onChanged in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onUpdated(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onUpdated in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onUpdated(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onUpdated in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onInserted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onInserted in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onInserted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onInserted in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onDeleted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onDeleted in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onDeleted(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onDeleted in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onAdding(xyz.cofe.common.Reciver<GetPart> listener)
onAdding in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onRemoving(xyz.cofe.common.Reciver<GetPart> listener)
onRemoving in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onChanging(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onChanging in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onChanging(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onChanging in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onUpdating(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onUpdating in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onUpdating(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onUpdating in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onInserting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onInserting in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onInserting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onInserting in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onDeleting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn, boolean weak)
onDeleting in interface xyz.cofe.collection.list.EventListSender<GetPart>public Closeable onDeleting(xyz.cofe.collection.Func3<Object,Integer,GetPart,GetPart> fn)
onDeleting in interface xyz.cofe.collection.list.EventListSender<GetPart>public void stopAll()
public void pauseAll()
public void resumeAll()
Copyright © 2017. All rights reserved.