public static class ListPageElement.SelectionSet extends HashSet<String>
| Constructor and Description |
|---|
SelectionSet() |
SelectionSet(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String e) |
boolean |
contains(Object item) |
boolean |
isInvertSelection() |
boolean |
isSingleSelection() |
boolean |
remove(Object o) |
boolean |
set(String e) |
void |
setInvertSelection(boolean invertSelection) |
void |
setSingleSelection(boolean singleSelection) |
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic boolean isSingleSelection()
public void setSingleSelection(boolean singleSelection)
public boolean isInvertSelection()
public boolean set(String e)
public boolean add(String e)
public boolean remove(Object o)
public void setInvertSelection(boolean invertSelection)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.