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


oracle.dss.util
Interface Collection

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

public interface Collection
extends java.lang.Cloneable

Collection interface. Contains methods that are common to many collection types (bags, sets, etc.) Collections are immutable; that is, they can be read, but not changed


Method Summary
 Collection duplicate()
           
 java.util.Enumeration elements()
           
 boolean includes(java.lang.Object element)
           
 boolean isEmpty()
           
 int size()
           

 

Method Detail

duplicate

public Collection duplicate()

size

public int size()

isEmpty

public boolean isEmpty()

includes

public boolean includes(java.lang.Object element)

elements

public java.util.Enumeration elements()

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


Copyright © 2003, Oracle. All Rights Reserved.