PopupIteratorGroup

Represents the group of iterator.

Functions

Link copied to clipboard
abstract fun addIterator(@NotNull iterator: @NotNull PopupIterator)
Adds iterator.
Link copied to clipboard
abstract fun clear()
Clears this group.
Link copied to clipboard
abstract fun contains(@NotNull name: @NotNull String): Boolean
Returns whether this name is contained
open fun contains(@NotNull popup: @NotNull Popup): Boolean
Returns whether this popup is contained
Link copied to clipboard
abstract fun getIndex(): Int
Gets index
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun next(): @NotNull @Unmodifiable List<WidthComponent>
Gets all next value of iterator.