public abstract class AbstractIndex<V> extends Object implements Index<V>
Index interface.| Constructor and Description | 
|---|
| AbstractIndex() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | put(String key,
   V value)Associates a single value with a key. | 
| boolean | remove(String key,
      V value)Removes a single value associated with a key. | 
| boolean | remove(V value)Removes a single value associated with any keys. | 
Copyright © 2017. All rights reserved.