public class DimSearchRefinementConfigList extends AbstractList implements List
DimSearchRefinementConfig
objects).modCount
Constructor and Description |
---|
DimSearchRefinementConfigList()
Default constructor that creates an empty list.
|
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
Object elementAt)
Inserts the specified
DimSearchRefinementConfig at the specified position in
this list. |
Object |
get(int index)
Gets the
DimSearchRefinementConfig at position index . |
GlobalDimSearchRefinementConfig |
getGlobalDimSearchRefinementConfig()
Gets the
GlobalDimSearchRefinementConfig . |
void |
setGlobalDimSearchRefinementConfig(GlobalDimSearchRefinementConfig config)
Sets the
GlobalDimSearchRefinementConfig object. |
int |
size()
Returns the number of elements in this list.
|
String |
toString()
Returns the string representation of the dynamic refinement config list.
|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public DimSearchRefinementConfigList()
public void add(int index, Object elementAt)
DimSearchRefinementConfig
at the specified position in
this list. Shifts the element currently at that position (if any)
and any subsequent elements to the right (adds one to their indices).add
in interface List
add
in class AbstractList
index
- Offset of the element.elementAt
- DimSearchRefinementConfig
object to be inserted.IndexOutOfBoundsException
- If index
is out of range.public Object get(int index)
DimSearchRefinementConfig
at position index
.get
in interface List
get
in class AbstractList
index
- Offset of element.DimSearchRefinementConfig
object at position index
.IndexOutOfBoundsException
- If index
is out of range.public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
DimSearchRefinementConfig
objects) in the list.public void setGlobalDimSearchRefinementConfig(GlobalDimSearchRefinementConfig config)
GlobalDimSearchRefinementConfig
object. This object is used to store
config applicable to all the dimensions in the dimension search.config
- a filled GlobalDimSearchRefinementConfig
object.public GlobalDimSearchRefinementConfig getGlobalDimSearchRefinementConfig()
GlobalDimSearchRefinementConfig
. This object can contain
config applicable to all the dimensions in the dimension search.GlobalDimSearchRefinementConfig
object.public String toString()
toString
in class AbstractCollection
© 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential