| |
|
| java.lang.Object com.hp.hpl.jena.mem.HashCommon com.hp.hpl.jena.mem.HashedBunchMap
HashedBunchMap | public class HashedBunchMap extends HashCommon implements BunchMap(Code) | | An implementation of BunchMap that does open-addressed hashing.
author: kers |
HashedBunchMap | public HashedBunchMap()(Code) | | |
clear | public void clear()(Code) | | Clear this map: all entries are removed. The keys and value array
elements are set to null (so the values may be garbage-collected).
|
grow | protected void grow()(Code) | | |
moveAssociatedValues | protected void moveAssociatedValues(int here, int scan)(Code) | | Called by HashCommon when a key is moved: move the
associated element of the values array.
|
removeAssociatedValues | protected void removeAssociatedValues(int here)(Code) | | Called by HashCommon when a key is removed: remove
associated element of the values array.
|
|
|
|