public static interface Array.Entry extends Comparable<Array.Entry>
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Get the index for this entry.
|
Object |
getValue()
Get the value for this entry.
|
compareTo
int getIndex()
Object getValue()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.