Package live
Interface LiveList<T>
- All Superinterfaces:
AutoCloseable,Iterable<T>
- All Known Subinterfaces:
MutableLiveList<T>
- All Known Implementing Classes:
LiveArrayList,LiveConcatList,LiveEmptyList,LiveMappedList,LivePrefixedList,SortedLiveList
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddListener(LiveList.Listener<T> listener) voidclose()getAt(int index) intintMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-
getLength
int getLength() -
indexOf
-
getAt
-
addListener
-