|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--oracle.dss.util.AbstractMap
List of the requested types of data or metadata for a cursor. At each point in a cursor, several types of information may be available. This list identifies all the types of information that have been requested by any view that uses the cursor.
| Field Summary | |
static int |
MAP_TYPE_NOT_FOUNDThe type is not in this map. |
| Constructor Summary | |
AbstractMap()Constructor for an empty map. | |
AbstractMap(java.util.Enumeration availableTypes)Constructor that initializes the map from an Enumeration. | |
AbstractMap(java.lang.String type)Constructor that initializes the map with one type. | |
AbstractMap(java.lang.String[] availableTypes)Constructor that initializes the map from an array. | |
| Method Summary | |
void |
addType(java.lang.String t)Adds a type to this map. |
java.lang.Object |
clone()Copies this map. |
int |
containsType(java.lang.String type)Locates the index of a type in this map. |
java.lang.String |
getTypeAt(int index)Retrieves the type at a specified index in the map. |
boolean |
isSuperset(AbstractMap map)Indicates whether this map is a superset of another map. |
void |
merge(AbstractMap map)Merges maps. |
boolean |
removeType(java.lang.String t)Removes a type from the map. |
java.util.Enumeration |
types()Retrieves an Enumeration of the types in the map. |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Field Detail |
public static final int MAP_TYPE_NOT_FOUND
| Constructor Detail |
public AbstractMap()
public AbstractMap(java.util.Enumeration availableTypes)
availableTypes - An Enumeration of types for this cursor.public AbstractMap(java.lang.String[] availableTypes)
availableTypes - An array of types for this cursor.public AbstractMap(java.lang.String type)
type - The type to put in this map.| Method Detail |
public void addType(java.lang.String t)
t - A constant that represents the type to add. Constants are defined in concrete subclasses.public int containsType(java.lang.String type)
type - A constant that represents the type to locate. Constants are defined in concrete subclasses.public boolean isSuperset(AbstractMap map)
map - The map to compare with this map.public void merge(AbstractMap map)
map - The map to merge with this map.public boolean removeType(java.lang.String t)
t - A constant that represents the type to remove. Constants are defined in concrete subclasses.true if successful, false if not.public java.lang.String getTypeAt(int index)
index - The zero-based index into the map.public java.util.Enumeration types()
public java.lang.Object clone()
clone in class java.util.Vector
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||