public class IndexId<K,V>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
IndexId(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static <K,V> IndexId<K,V> |
create(java.lang.String name) |
java.lang.String |
getName() |
java.lang.String |
toString()
Consider to use
getName() instead of this method |