|
|||||||||||
| 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
context.arch.discoverer.dataModel.AbstractStringToIntegerVectorIndexTable
This class allows to store in a Hashtable : key=String => value=Vector of Integer
| Field Summary |
| Fields inherited from class context.arch.discoverer.dataModel.AbstractIndexTableImpl |
name |
| Constructor Summary | |
AbstractStringToIntegerVectorIndexTable(java.lang.String IndexName)
Creates new StringToIntegerVectorIndexTable |
|
| Method Summary | |
void |
add(java.lang.Object key,
java.lang.Object integer)
This method allows to add just one value. |
void |
removeKey(java.lang.Object key,
java.lang.Object value)
This method allows to remove the Integer value from the vector of Integer corresponding to key. |
| Methods inherited from class context.arch.discoverer.dataModel.AbstractIndexTableImpl |
getElementAsIndex, getName, 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 |
| Constructor Detail |
public AbstractStringToIntegerVectorIndexTable(java.lang.String IndexName)
| Method Detail |
public void add(java.lang.Object key,
java.lang.Object integer)
add in interface IndexTableIFadd in class AbstractIndexTableImplinteger - The index
public void removeKey(java.lang.Object key,
java.lang.Object value)
removeKey in interface IndexTableIFremoveKey in class AbstractIndexTableImplkey - value -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||