Interface UiElementList<SELF>
-
- All Superinterfaces:
java.lang.Iterable<SELF>,java.util.Iterator<SELF>
- All Known Implementing Classes:
AbstractUiElementList,DefaultComponentList,DefaultUiElementList
public interface UiElementList<SELF> extends java.lang.Iterable<SELF>, java.util.Iterator<SELF>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SELFfirst()SELFget(int i)default booleanisEmpty()default SELFlast()intsize()default java.util.stream.Stream<SELF>stream()
-