@Generated(date="2015-05-05T11:00:03+0200",
value="KTypeScatterSet.java")
public class ShortScatterSet
extends ShortHashSet
ShortHashSet but does not implement per-instance key mixing
strategy and uses a simpler (faster) bit distribution function.
Note: read about important differences between hash and scatter sets.
ShortHashSet,
HPPC interfaces diagramShortHashSet.EntryIteratorassigned, hasEmptyKey, keyMixer, keys, loadFactor, mask, orderMixer, resizeAt| Constructor and Description |
|---|
ShortScatterSet()
New instance with sane defaults.
|
ShortScatterSet(int expectedElements)
New instance with sane defaults.
|
ShortScatterSet(int expectedElements,
double loadFactor)
New instance with sane defaults.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
hashKey(short key)
Returns a hash code for the given key.
|
int |
removeAll(ShortLookupContainer c)
Default implementation uses a predicate for removal.
|
int |
retainAll(ShortLookupContainer c)
Default implementation uses a predicate for retaining.
|
int |
retainAll(ShortPredicate predicate)
Default implementation redirects to
ShortCollection.removeAll(ShortPredicate) and
negates the predicate. |
java.lang.String |
toString()
Convert the contents of this container to a human-friendly string.
|
add, addAll, addAll, addAll, allocateBuffers, allocateThenInsertThenRehash, clear, clone, contains, ensureCapacity, equals, forEach, forEach, from, hashCode, indexExists, indexGet, indexInsert, indexOf, indexReplace, isEmpty, iterator, rehash, release, remove, removeAll, removeAll, shiftConflictingKeys, size, toArray, verifyLoadFactorfinalize, getClass, notify, notifyAll, wait, wait, waitremoveAll, retainAll, retainAllpublic ShortScatterSet()
public ShortScatterSet(int expectedElements)
public ShortScatterSet(int expectedElements,
double loadFactor)
protected int hashKey(short key)
ShortHashSetShortHashSet.keyMixer
to differentiate hash order of keys between hash containers. Helps
alleviate problems resulting from linear conflict resolution in open
addressing.
The output from this function should evenly distribute keys across the
entire integer range.hashKey in class ShortHashSetpublic int removeAll(ShortLookupContainer c)
removeAll in interface ShortCollectionpublic int retainAll(ShortLookupContainer c)
retainAll in interface ShortCollectionpublic int retainAll(ShortPredicate predicate)
ShortCollection.removeAll(ShortPredicate) and
negates the predicate.retainAll in interface ShortCollectionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015 Carrot Search s.c.. All Rights Reserved.