Package oracle.rules.sdk2.decisiontable
Class BucketTable
java.lang.Object
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Bucket>
,Collection<Bucket>
,List<Bucket>
A list of Buckets in a BucketSet. There must always be at least one bucket.
You cannot remove the last bucket.
- See Also:
-
Field Summary
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
-
Method Summary
Modifier and TypeMethodDescriptionadd
(int index) Create a new Bucket and add it at the given indexvoid
Used internally by subclasses.boolean
Used internally by subclasses.void
clear()
remove all elements in the tableremove
(int index) Remove the DictionaryComponent at the given index from the tableboolean
remove the DictionaryComponent from this tableboolean
removeAll
(Collection<?> c) remove all of the elements in the Collection from this tableint
boolean
retainAll
(Collection<?> c) Used internally by subclasses.Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponentTable
getParent
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
_clear, _remove, _remove, add, addAll, addAll, contains, containsAll, copyTo, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getExprParserReferences, getLast, getMarked, getProtoType, indexOf, initProtoType, isEmpty, isLocked, iterator, lastIndexOf, listIterator, listIterator, mark, move, move, ordering, paste, removeByAlias, removeByID, removeByName, removeProtoType, reorder, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
_clearID, equals, exists, getAEReferenceCount, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, setID, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
add
Description copied from class:DictionaryComponentTable
Used internally by subclasses.- Specified by:
add
in interfaceCollection<Bucket>
- Specified by:
add
in interfaceList<Bucket>
- Overrides:
add
in classDictionaryComponentTable<Bucket>
- Parameters:
b
- component to be added, must be of correct type for table.
-
add
Create a new Bucket and add it at the given index- Specified by:
add
in classDictionaryComponentTable<Bucket>
- Returns:
- a new Bucket
-
add
Description copied from class:DictionaryComponentTable
Used internally by subclasses. -
set
Description copied from class:DictionaryComponentTable
Used internally by subclasses. -
retainAll
- Specified by:
retainAll
in interfaceCollection<Bucket>
- Specified by:
retainAll
in interfaceList<Bucket>
- Overrides:
retainAll
in classDictionaryComponentTable<Bucket>
-
removeMarked
- Overrides:
removeMarked
in classDictionaryComponentTable<Bucket>
- Returns:
- the number of rows removed
- Throws:
DeleteException
- See Also:
-
removeAll
Description copied from class:DictionaryComponentTable
remove all of the elements in the Collection from this table- Specified by:
removeAll
in interfaceCollection<Bucket>
- Specified by:
removeAll
in interfaceList<Bucket>
- Overrides:
removeAll
in classDictionaryComponentTable<Bucket>
-
clear
public void clear()Description copied from class:DictionaryComponentTable
remove all elements in the table- Specified by:
clear
in interfaceCollection<Bucket>
- Specified by:
clear
in interfaceList<Bucket>
- Overrides:
clear
in classDictionaryComponentTable<Bucket>
-
remove
Description copied from class:DictionaryComponentTable
remove the DictionaryComponent from this table- Specified by:
remove
in interfaceCollection<Bucket>
- Specified by:
remove
in interfaceList<Bucket>
- Overrides:
remove
in classDictionaryComponentTable<Bucket>
-
remove
Description copied from class:DictionaryComponentTable
Remove the DictionaryComponent at the given index from the table
-