Package | Description |
---|---|
it.unimi.dsi.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrefixMap
An abstract implementation of a prefix map.
|
class |
ImmutableExternalPrefixMap
An immutable prefix map mostly stored in external memory.
|
protected static class |
StringMaps.SynchronizedPrefixMap<S extends CharSequence> |
class |
TernaryIntervalSearchTree
Ternary interval search trees.
|
Modifier and Type | Field and Description |
---|---|
protected PrefixMap<S> |
StringMaps.SynchronizedPrefixMap.map |
Modifier and Type | Method and Description |
---|---|
static <T extends CharSequence> |
StringMaps.synchronize(PrefixMap<T> prefixMap)
Returns a synchronized prefix map backed by the given prefix map.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CharSequence> |
StringMaps.synchronize(PrefixMap<T> prefixMap)
Returns a synchronized prefix map backed by the given prefix map.
|
Constructor and Description |
---|
StringMaps.SynchronizedPrefixMap(PrefixMap<S> map) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.