public class RangeIndex<K extends Comparable,V> extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RangeIndex.IndexType |
| Constructor and Description |
|---|
RangeIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndex(RangeIndex.IndexType indexType,
K key,
V value) |
Collection<V> |
getAllValues() |
Collection<V> |
getValues(K key) |
void |
removeIndex(RangeIndex.IndexType indexType,
K key) |
public void addIndex(RangeIndex.IndexType indexType, K key, V value)
public void removeIndex(RangeIndex.IndexType indexType, K key)
public Collection<V> getValues(K key)
public Collection<V> getAllValues()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.