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


oracle.dss.util
Class UpdatableSetImpl

java.lang.Object
  |
  +--oracle.dss.util.UpdatableSetImpl
All Implemented Interfaces:
java.lang.Cloneable, Collection, java.io.Serializable, UpdatableCollection, UpdatableSet
Direct Known Subclasses:
RangeCollection

public class UpdatableSetImpl
extends java.lang.Object
implements UpdatableSet, java.io.Serializable
See Also:
Serialized Form

Constructor Summary
UpdatableSetImpl()
           
UpdatableSetImpl(int initialCapacity)
           
UpdatableSetImpl(int initialCapacity, int capacityIncrement)
           

 

Method Summary
 void clear()
           
 Collection duplicate()
           
 java.util.Enumeration elements()
           
 boolean equals(java.lang.Object obj)
           
 void exclude(java.lang.Object element)
           
 void include(java.lang.Object element)
           
 void includeElements(java.util.Enumeration e)
           
 boolean includes(java.lang.Object element)
           
 boolean isEmpty()
           
static void main(java.lang.String[] argv)
           
 void removeElements(java.util.Enumeration e)
           
 void removeOneOf(java.lang.Object element)
           
 int size()
           
 java.lang.Object take()
           

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UpdatableSetImpl

public UpdatableSetImpl()

UpdatableSetImpl

public UpdatableSetImpl(int initialCapacity)

UpdatableSetImpl

public UpdatableSetImpl(int initialCapacity,
                        int capacityIncrement)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

duplicate

public Collection duplicate()
Specified by:
duplicate in interface Collection

size

public int size()
Specified by:
size in interface Collection

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection

includes

public boolean includes(java.lang.Object element)
Specified by:
includes in interface Collection

elements

public java.util.Enumeration elements()
Specified by:
elements in interface Collection

clear

public void clear()
Specified by:
clear in interface UpdatableCollection

include

public void include(java.lang.Object element)
Specified by:
include in interface UpdatableSet

removeOneOf

public void removeOneOf(java.lang.Object element)
Specified by:
removeOneOf in interface UpdatableCollection

exclude

public void exclude(java.lang.Object element)
Specified by:
exclude in interface UpdatableCollection

take

public java.lang.Object take()
                      throws java.util.NoSuchElementException
Specified by:
take in interface UpdatableCollection

includeElements

public void includeElements(java.util.Enumeration e)
Specified by:
includeElements in interface UpdatableSet

removeElements

public void removeElements(java.util.Enumeration e)
Specified by:
removeElements in interface UpdatableCollection

main

public static void main(java.lang.String[] argv)

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


Copyright © 2003, Oracle. All Rights Reserved.