public static interface Array.Entry extends Comparable<Array.Entry>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(Array.Entry that) |
int |
getIndex()
Get the index of the entry
|
Value |
getValue()
Get the value of the entry.
|
int getIndex()
Value getValue()
default int compareTo(Array.Entry that)
compareTo in interface Comparable<Array.Entry>Copyright © 2016 JBoss by Red Hat. All rights reserved.