|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.util.Set
org.basex.build.fs.ExtractorIndex
public final class ExtractorIndex
This hash structure indexes the available filesystem extractors.
| Field Summary |
|---|
| Fields inherited from class org.basex.util.Set |
|---|
size |
| Constructor Summary | |
|---|---|
ExtractorIndex()
|
|
| Method Summary | |
|---|---|
AbstractExtractor |
get(byte[] tok)
Returns the class for the specified key. |
void |
put(byte[] key,
AbstractExtractor val)
Indexes the specified keys and values. |
| Methods inherited from class org.basex.util.Set |
|---|
add, id, key, keys, size |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractorIndex()
| Method Detail |
|---|
public AbstractExtractor get(byte[] tok)
tok - key to be found
public void put(byte[] key,
AbstractExtractor val)
key - keyval - value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||