public static class MetadataMap.Entry extends Object implements Comparable<MetadataMap.Entry>
| Modifier and Type | Field and Description |
|---|---|
MetadataIndex |
index |
Object |
value |
| Constructor and Description |
|---|
Entry(MetadataIndex index,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
int |
compareTo(MetadataMap.Entry o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final MetadataIndex index
public final Object value
public Entry(MetadataIndex index, Object value)
public int compareTo(MetadataMap.Entry o)
compareTo in interface Comparable<MetadataMap.Entry>protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.