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


oracle.dss.util
Interface UpdatableSet

All Superinterfaces:
java.lang.Cloneable, Collection, UpdatableCollection
All Known Implementing Classes:
UpdatableSetImpl

public interface UpdatableSet
extends UpdatableCollection

UpdatableSet interface. Sets contain at most one occurrence of any object


Method Summary
 void include(java.lang.Object element)
           
 void includeElements(java.util.Enumeration e)
           

 

Methods inherited from interface oracle.dss.util.UpdatableCollection
clear, exclude, removeElements, removeOneOf, take

 

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

 

Method Detail

include

public void include(java.lang.Object element)

includeElements

public void includeElements(java.util.Enumeration e)

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


Copyright © 2003, Oracle. All Rights Reserved.