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() |
void |
put(Object[] key) |
void |
putAll(Collection<Object[]> list) |
boolean |
remove(Object o) |
boolean |
set(Object[] e) |
void |
setInvertSelection(boolean invertSelection) |
void |
setSingleSelection(boolean singleSelection) |
add, fastAdd, fastAdd, immutable, indexOf, indexOfArray, lastIndexOf, toString
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
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 void put(Object[] key)
public void putAll(Collection<Object[]> list)
public boolean remove(Object o)
public void setInvertSelection(boolean invertSelection)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.