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, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public 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–2022 Apache Software Foundation. All rights reserved.