|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
context.arch.discoverer.dataModel.AbstractIndexTableImpl
| Field Summary | |
protected java.lang.String |
name
|
| Constructor Summary | |
AbstractIndexTableImpl()
|
|
| Method Summary | |
abstract void |
add(java.lang.Object key,
java.lang.Object value)
|
abstract java.lang.Object |
getElementAsIndex(java.lang.Object object)
Returns the element of the object key that is used as the key of the indexTable. |
java.lang.String |
getName()
|
abstract void |
removeKey(java.lang.Object key,
java.lang.Object value)
|
java.lang.String |
toString()
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface context.arch.discoverer.dataModel.IndexTableIF |
containsKey, get, keys |
| Field Detail |
protected java.lang.String name
| Constructor Detail |
public AbstractIndexTableImpl()
| Method Detail |
public abstract void add(java.lang.Object key,
java.lang.Object value)
add in interface IndexTableIF
public abstract void removeKey(java.lang.Object key,
java.lang.Object value)
removeKey in interface IndexTableIFpublic java.lang.String getName()
getName in interface IndexTableIFpublic java.lang.String toString()
toString in interface IndexTableIFpublic abstract java.lang.Object getElementAsIndex(java.lang.Object object)
object - The object from which the class extracts what is relevant for it.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||