Package | Description |
---|---|
net.ontopia.topicmaps.impl.utils |
INTERNAL: Classes that are used by many implementations.
|
net.ontopia.utils |
Contains utility classes and generic interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsIndex<K,V>
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LookupIndexIF<K,Reference<V>> |
StatisticsIndex.index
Deprecated.
|
Constructor and Description |
---|
StatisticsIndex(String name,
LookupIndexIF<K,Reference<V>> index)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedIndex<K,E>
Deprecated.
|
class |
ChainedIndex<K,E>
Deprecated.
|
class |
SynchronizedLookupIndex
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LookupIndexIF<K,E>[] |
ChainedIndex.getters
Deprecated.
|
protected LookupIndexIF |
SynchronizedLookupIndex.index
Deprecated.
|
protected LookupIndexIF<K,E>[] |
ChainedIndex.putters
Deprecated.
|
protected LookupIndexIF<K,E>[] |
ChainedIndex.removers
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LookupIndexIF |
SynchronizedLookupIndex.getIndex()
Deprecated.
|
Constructor and Description |
---|
CachedIndex(LookupIndexIF<K,E> fallback)
Deprecated.
Creates an index with the given fallback and default settings.
|
CachedIndex(LookupIndexIF<K,E> fallback,
boolean nulls)
Deprecated.
Creates an index with the given fallback, default settings and
the specified nulls setting.
|
CachedIndex(LookupIndexIF<K,E> fallback,
int max,
int size,
boolean nulls)
Deprecated.
Creates an index with the given fallback and settings.
|
ChainedIndex(LookupIndexIF<K,E>[] chain)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E> setter)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E> setter)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E>[] setters)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E>[] setters)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E>[] putters,
LookupIndexIF<K,E>[] removers)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E>[] putters,
LookupIndexIF<K,E>[] removers)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E>[] getters,
LookupIndexIF<K,E>[] putters,
LookupIndexIF<K,E>[] removers)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E> getter,
LookupIndexIF<K,E>[] setters)
Deprecated.
|
ChainedIndex(LookupIndexIF<K,E> getter,
LookupIndexIF<K,E>[] setters)
Deprecated.
|
SynchronizedLookupIndex(LookupIndexIF index)
Deprecated.
|