public static class CellRevisionProviderDefault.ImmutableExportIterable extends java.lang.Object implements ImmutableExport.Iterable
Modifier and Type | Method and Description |
---|---|
ImmutableExport |
get(int index)
Returns the ImmutableExports at the specified position in this list.
|
boolean |
isEmpty()
Returns true if this list contains no ImmutableExports
|
java.util.Iterator<ImmutableExport> |
iterator() |
int |
searchByName(java.lang.String name)
Searches the exports for the specified name using the binary search
algorithm.
|
int |
size()
Returns the number of ImmutableExports in this list.
|
ImmutableExport[] |
toArray() |
public boolean isEmpty()
isEmpty
in interface ImmutableExport.Iterable
public int size()
size
in interface ImmutableExport.Iterable
public ImmutableExport get(int index)
get
in interface ImmutableExport.Iterable
index
- index of the ImmutableExport to returnjava.lang.IndexOutOfBoundsException
- if the index is out of range
(index < 0 || index >= size())public java.util.Iterator<ImmutableExport> iterator()
iterator
in interface ImmutableExport.Iterable
iterator
in interface java.lang.Iterable<ImmutableExport>
public int searchByName(java.lang.String name)
searchByName
in interface ImmutableExport.Iterable
name
- the name to be searched.public ImmutableExport[] toArray()
toArray
in interface ImmutableExport.Iterable