public class Xid extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Xid.HashFunction
Strategy for selecting the underlying hash code function to be used by Xid.
|
Constructor and Description |
---|
Xid() |
Xid(Xid.HashFunction hasher) |
public Xid()
public Xid(Xid.HashFunction hasher)
public String get(String key)
key
. The same value will be
consistently returned for any particular key
.key
- the text to be replaced (never null)key
public int getAsInt(String key)
Copyright © 2009-2016 Google. All Rights Reserved.