public static class RehashableKeys.Keys extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
needsRehashing(Key<?> key)
Returns true if the cached hashcode and toString for the given key is out-of-date.
|
static <T> Key<T> |
rehash(Key<T> key)
Returns a copy of the given key with an up-to-date hashcode and toString.
|
public static boolean needsRehashing(Key<?> key)
Copyright © 2006–2014 Google, Inc.. All rights reserved.