Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Interface UpdatableCollection

All Superinterfaces:
java.lang.Cloneable, Collection
All Known Subinterfaces:
UpdatableBag, UpdatableSet

public interface UpdatableCollection
extends Collection

UpdatableCollection interface. Contains methods that are common to many collection types (bags, sets, etc.) These can be modified.


Method Summary
 void clear()
           
 void exclude(java.lang.Object element)
           
 void removeElements(java.util.Enumeration e)
           
 void removeOneOf(java.lang.Object element)
           
 java.lang.Object take()
           

 

Methods inherited from interface oracle.dss.util.Collection
duplicate, elements, includes, isEmpty, size

 

Method Detail

clear

public void clear()

removeOneOf

public void removeOneOf(java.lang.Object element)

exclude

public void exclude(java.lang.Object element)

removeElements

public void removeElements(java.util.Enumeration e)

take

public java.lang.Object take()
                      throws java.util.NoSuchElementException

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.