public final class StringKey extends HashGroupedKey<java.lang.String>
BlueCollection
or BlueIndex
. The hashcode of these keys
is used to determine the location of the corresponding values on disk. Collections with this type of key will
be unordered and if the hash is good then they will be spread fairly evenly across the collection segments. This
means that there will be few collisions and high i-node usage.nullSafeClassComparator
Constructor and Description |
---|
StringKey(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
equals, getGroupingNumber, hashCode, postGroupingNumberCompareTo, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareCanonicalClassNames, compareCanonicalClassNames, compareTo, compareWithNullsLast, getIntegerIdIfPresent, getLongIdIfPresent, isInRange, unsafeCompareCanonicalClassNames
public java.lang.String getId()
getId
in class HashGroupedKey<java.lang.String>