Package live
Class LiveEmptyList<T>
java.lang.Object
live.LiveEmptyList<T>
- All Implemented Interfaces:
AutoCloseable,Iterable<T>,LiveList<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface live.LiveList
LiveList.Listener<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddListener(LiveList.Listener<T> listener) voidclose()static <T> LiveEmptyList<T> get()getAt(int index) intintiterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LiveEmptyList
public LiveEmptyList()
-
-
Method Details
-
get
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceLiveList<T>
-
indexOf
-
getLength
public int getLength() -
getAt
-
iterator
-
addListener
- Specified by:
addListenerin interfaceLiveList<T>
-