@Immutable protected static final class BasicArray.IndexEntry extends Object implements Comparable<BasicArray.IndexEntry>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected Object |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
IndexEntry(int index,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BasicArray.IndexEntry that) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected final int index
protected final Object value
protected IndexEntry(int index,
Object value)
public int compareTo(BasicArray.IndexEntry that)
compareTo in interface Comparable<BasicArray.IndexEntry>Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.