Package live
Interface MutableLiveList<T>
- All Superinterfaces:
AutoCloseable,Iterable<T>,LiveList<T>
- All Known Implementing Classes:
LiveArrayList
-
Nested Class Summary
Nested classes/interfaces inherited from interface live.LiveList
LiveList.Listener<T> -
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface live.LiveList
addListener, getAt, getLength, indexOf
-
Method Details
-
add
-
insert
-
setAt
-
remove
void remove(int index) -
remove
-
clear
void clear() -
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceLiveList<T>
-