|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Representation of index in the Storage.
Method Summary | |
void |
add(java.lang.Object key,
java.lang.Object value)
Adds the specified value to values associated in this index with the specified key. |
Storage.EntryType |
getKeyType()
Returns the type of keys in index. |
java.lang.String |
getName()
Returns the unique name of the index in the Storage. |
Storage.EntryType |
getValueType()
Returns the type of values indexed by this index. |
java.util.Set |
keySet()
Returns a set view of the keys contained in this index. |
boolean |
remove(java.lang.Object key)
Removes all values assosiated in the index with specified key. |
Method Detail |
public java.lang.String getName() throws StorageException
StorageException
public Storage.EntryType getValueType() throws StorageException
StorageException
public Storage.EntryType getKeyType() throws StorageException
StorageException
public java.util.Set keySet() throws StorageException
StorageException
public void add(java.lang.Object key, java.lang.Object value) throws StorageException
key
- value
-
StorageException
public boolean remove(java.lang.Object key) throws StorageException
key
-
StorageException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |