@Immutable public static final class BasicArray.BasicEntry extends Object implements Array.Entry
| Constructor and Description |
|---|
BasicArray.BasicEntry(int index,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Array.Entry o) |
int |
getIndex()
Get the index for this entry.
|
Object |
getValue()
Get the value for this entry.
|
public BasicArray.BasicEntry(int index,
Object value)
public int getIndex()
Array.EntrygetIndex in interface Array.Entrypublic Object getValue()
Array.EntrygetValue in interface Array.Entrypublic int compareTo(Array.Entry o)
compareTo in interface Comparable<Array.Entry>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.