public final class Index
extends java.lang.Object
implements java.io.Serializable
Index
definition.Modifier and Type | Class and Description |
---|---|
static class |
Index.IndexState
Indicates the state of the
Index . |
static class |
Index.Property
An indexed property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getId() |
java.lang.String |
getKind()
Get the index's kind, or the empty string ("") if it has none.
|
java.util.List<Index.Property> |
getProperties() |
int |
hashCode() |
boolean |
isAncestor() |
java.lang.String |
toString() |
public long getId()
public java.lang.String getKind()
public boolean isAncestor()
public java.util.List<Index.Property> getProperties()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object