Package | Description |
---|---|
it.unimi.dsi.util |
Modifier and Type | Interface and Description |
---|---|
interface |
PrefixMap<S extends CharSequence>
A map from prefixes to string intervals (and possibly vice versa).
|
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.
|
class |
LiterallySignedStringMap
A string map based on a function signed using the original list of strings.
|
class |
ShiftAddXorSignedStringMap
A string map based on a minimal perfect hash signed using Shift-Add-Xor hashes.
|
protected static class |
StringMaps.SynchronizedPrefixMap<S extends CharSequence> |
protected static class |
StringMaps.SynchronizedStringMap<S extends CharSequence> |
class |
TernaryIntervalSearchTree
Ternary interval search trees.
|
Modifier and Type | Field and Description |
---|---|
protected StringMap<S> |
StringMaps.SynchronizedStringMap.stringMap |
Modifier and Type | Method and Description |
---|---|
static <T extends CharSequence> |
StringMaps.synchronize(StringMap<T> stringMap)
Returns a synchronized string map backed by the given string map.
|
Modifier and Type | Method and Description |
---|---|
static <T extends CharSequence> |
StringMaps.synchronize(StringMap<T> stringMap)
Returns a synchronized string map backed by the given string map.
|
Constructor and Description |
---|
StringMaps.SynchronizedStringMap(StringMap<S> stringMap) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.