org.basex.build.mediovis
Class MAB2IDs

java.lang.Object
  extended by org.basex.util.Set
      extended by org.basex.build.mediovis.MAB2IDs

public final class MAB2IDs
extends Set

This is a hash map for MAB2 IDs, extending the hash set.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Christian Gruen

Field Summary
 
Fields inherited from class org.basex.util.Set
size
 
Constructor Summary
MAB2IDs()
           
 
Method Summary
 MAB2Entry get(int p)
          Returns the specified entry.
 MAB2Entry index(byte[] key)
          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

MAB2IDs

public MAB2IDs()
Method Detail

get

public MAB2Entry get(int p)
Returns the specified entry.

Parameters:
p - entry position
Returns:
mab2 entry

index

public MAB2Entry index(byte[] key)
Indexes the specified keys and values.

Parameters:
key - key
Returns:
mab2 entry