|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.mg4j.index.TermMaps
StringMap and related classes.
@Deprecated public class TermMaps
A class providing static methods and objects that do useful things with term maps and prefix maps.
TermMaps.SynchronizedTermMap,
PrefixMap| Nested Class Summary | |
|---|---|
protected static class |
TermMaps.SynchronizedPrefixMap
Deprecated. |
protected static class |
TermMaps.SynchronizedTermMap
Deprecated. |
protected static class |
TermMaps.SynchronizedTermPrefixMap
Deprecated. |
| Method Summary | |
|---|---|
static PrefixMap |
synchronize(PrefixMap prefixMap)
Deprecated. Returns a synchronized prefix map backed by the given prefix map. |
static TermMap |
synchronize(TermMap termMap)
Deprecated. Returns a synchronized term map backed by the given term map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TermMap synchronize(TermMap termMap)
If the provided term map implements also PrefixMap,
the synchronized view will, too.
termMap - the term map to be wrapped in a synchronized map.
public static PrefixMap synchronize(PrefixMap prefixMap)
If the provided prefix map implements also TermMaps.SynchronizedTermMap,
the synchronized view will, too.
prefixMap - the prefix map to be wrapped in a synchronized map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||