public class Indexes
extends java.lang.Object
Constructor and Description |
---|
Indexes()
Constructs a new Indexes object with default values:
{
indexesArray : [],
lastModified : 0
}
|
Modifier and Type | Method and Description |
---|---|
Indexes |
addIndex(IndexInfo index) |
java.util.ArrayList<IndexInfo> |
getIndexesArray() |
long |
getLastModified() |
Indexes |
setIndexesArray(java.util.ArrayList<IndexInfo> indexes) |
Indexes |
setLastModified(long lastModified) |
public Indexes()
{ indexesArray : [], lastModified : 0 }