public final class Key<T> extends Object implements StringValue, Comparable<Key<T>>, Serializable
Constructor and Description |
---|
Key(String name) |
Key(StringValue stringValue) |
public Key(@Nonnull String name)
public Key(@Nonnull StringValue stringValue)
@Nonnull public String stringValue()
StringValue
String
value of this object.stringValue
in interface StringValue
public int compareTo(@Nonnull Key<T> other)
compareTo
in interface Comparable<Key<T>>
Copyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.