ModeShape Distribution 3.0.0.Beta4

org.infinispan.schematic.document
Interface Array.Entry

All Superinterfaces:
Comparable<Array.Entry>
All Known Implementing Classes:
BasicArray.BasicEntry
Enclosing interface:
Array

public static interface Array.Entry
extends Comparable<Array.Entry>

A representation of an entry within the array.


Method Summary
 int getIndex()
          Get the index for this entry.
 Object getValue()
          Get the value for this entry.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getIndex

int getIndex()
Get the index for this entry.

Returns:
the index

getValue

Object getValue()
Get the value for this entry.

Returns:
the value

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.