Package | Description |
---|---|
org.apache.maven.index.reader |
Modifier and Type | Field and Description |
---|---|
private Record.Type |
Record.type |
Modifier and Type | Method and Description |
---|---|
Record.Type |
Record.getType()
Returns the
Record.Type of this record. |
static Record.Type |
Record.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Record.Type[] |
Record.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Record(Record.Type type,
java.util.Map<Record.EntryKey,java.lang.Object> expanded) |