public static class ListPageElement.SelectionSet extends ArraySet<Object[]>
modCount
Constructor and Description |
---|
SelectionSet() |
SelectionSet(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object[] e) |
boolean |
contains(Object item) |
boolean |
isInvertSelection() |
boolean |
isSingleSelection() |
boolean |
remove(Object o) |
boolean |
set(Object[] e) |
void |
setInvertSelection(boolean invertSelection) |
void |
setSingleSelection(boolean singleSelection) |
add, fastAdd, fastAdd, immutable, indexOf, indexOfArray, lastIndexOf
addAll, addAll, clear, clone, ensureCapacity, forEach, get, isEmpty, iterator, listIterator, listIterator, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, containsAll, equals, hashCode, isEmpty, iterator, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
containsAll, equals, hashCode
public boolean isSingleSelection()
public void setSingleSelection(boolean singleSelection)
public boolean isInvertSelection()
public boolean set(Object[] e)
public boolean add(Object[] e)
public boolean remove(Object o)
public void setInvertSelection(boolean invertSelection)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.