| Package | Description |
|---|---|
| be.bagofwords.cache | |
| be.bagofwords.iterator | |
| be.bagofwords.util |
| Modifier and Type | Method and Description |
|---|---|
KeyValue<T> |
ReadCache.get(long key) |
KeyValue<T> |
DynamicMap.get(long key) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<KeyValue<T>> |
ReadCache.iterator() |
Iterator<KeyValue<T>> |
DynamicMap.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> DataIterable<KeyValue<T[]>> |
IterableUtils.createGroupingIterable(Class<T> objectClass,
List<DataIterable<KeyValue<T>>> iterables) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DataIterable<KeyValue<T[]>> |
IterableUtils.createGroupingIterable(Class<T> objectClass,
List<DataIterable<KeyValue<T>>> iterables) |
| Modifier and Type | Method and Description |
|---|---|
int |
KeyValue.compareTo(KeyValue<T> o) |
Copyright © 2015. All rights reserved.