@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 |
BasicArray.IndexEntry(int index,
Object value) |
protected final int index
protected final Object value
protected BasicArray.IndexEntry(int index, Object value)
public int compareTo(BasicArray.IndexEntry that)
compareTo
in interface Comparable<BasicArray.IndexEntry>
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.