public interface SafeKey<K>
| Modifier and Type | Method and Description |
|---|---|
K |
clone()
Returns a clone of this safe key or
this
if and only if the implementation is immutable. |
void |
reset()
Resets this safe key to it's initial state, wiping any data from heap,
or does nothing
if and only if the implementation is immutable.
|
@NonNull K clone()
this
if and only if the implementation is immutable.void reset()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.