|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Index
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 |
|---|
java.lang.String getName()
throws StorageException
StorageException
Storage.EntryType getValueType()
throws StorageException
StorageException
Storage.EntryType getKeyType()
throws StorageException
StorageException
java.util.Set keySet()
throws StorageException
StorageException
void add(java.lang.Object key,
java.lang.Object value)
throws StorageException
key - value -
StorageException
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 | |||||||||