Interface PopupIteratorGroup
public interface PopupIteratorGroup
Represents the group of iterator.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIterator(@NotNull PopupIterator iterator) Adds iterator.voidclear()Clears this group.booleanReturns whether this name is containeddefault booleanReturns whether this popup is containedintgetIndex()Gets index@NotNull @Unmodifiable List<WidthComponent> next()Gets all next value of iterator.
-
Method Details
-
next
Gets all next value of iterator.- Returns:
- component
-
getIndex
int getIndex()Gets index- Returns:
- index
-
addIterator
Adds iterator.- Parameters:
iterator- target iterator
-
clear
void clear()Clears this group. -
contains
Returns whether this name is contained- Parameters:
name- name of iterator- Returns:
- whether this name is contained
-
contains
Returns whether this popup is contained- Parameters:
popup- popup of iterator- Returns:
- whether this popup is contained
-