Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.util
Class UpdatableSetImpl

java.lang.Object
  extended by oracle.dss.util.UpdatableSetImpl

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Collection, UpdatableCollection, UpdatableSet
Direct Known Subclasses:
RangeCollection

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

Field Summary
protected  int m_capacityIncrement
           
protected  int m_initialCapacity
           
protected  java.util.Vector m_objects
           

 

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

 

Method Summary
 void clear()
           
protected  java.lang.Object clone()
           
 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
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_objects

protected java.util.Vector m_objects
For internal use only. Application developers should not use this

m_initialCapacity

protected int m_initialCapacity
For internal use only. Application developers should not use this

m_capacityIncrement

protected int m_capacityIncrement
For internal use only. Application developers should not use this

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

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException
For internal use only. Application developers should not use this

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
Throws:
java.util.NoSuchElementException

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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.