com.vaadin.flow.internal.nodefeature.

Class NodeList.SetView<T extends Serializable>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
com.vaadin.flow.internal.nodefeature.NodeList.SetView<T>

Type Parameters:

T - the type of objects in the list (and set)

All Implemented Interfaces:

Serializable, Iterable<T>, Collection<T>, Set<T>

Enclosing class:

NodeList<T extends Serializable>

protected abstract static class NodeList.SetView<T extends Serializable> extends AbstractSet<T> implements Serializable

Provides access to a NodeList as a Set.

See Also: